mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 11:23:30 -05:00
16 lines
268 B
PHP
16 lines
268 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/**
|
|
* Which chatroom should system messages be routed to ?
|
|
*
|
|
* Note: can use the id or name of the chatroom
|
|
*
|
|
* id (integer) example: 3
|
|
* name (string) example: 'System'
|
|
*/
|
|
'system_chatroom' => 'System',
|
|
|
|
|
|
]; |