Files
UNIT3D-Community-Edition/config/chat.php
poppabear8883 f37df6fede (Beta) Chat v2.0
This is a "Beta" commit. Its expected to be appropriate for local or
public testing.
2018-05-08 16:14:24 -04:00

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',
];