Allow disabling the chat completely

This commit is contained in:
Daniel Winzen
2016-04-20 15:48:12 +02:00
parent e72dc58d56
commit 37fbb7bc43
4 changed files with 48 additions and 9 deletions

View File

@ -332,6 +332,9 @@ $I=array(
'prevmatch' => 'Your match was as follows',
'matchtoolong' => 'Your match was too long. You can use max. 255 characters. Try splitting it up.',
'nocache' => 'Add refresh hack for old browsers.<br>Enable, if refreshing doesn\'t work.',
'disablepm' => 'Disable private messages'
'disablepm' => 'Disable private messages',
'disablechat' => 'Disable chat',
'disabletext' => 'Chat disabled message (html)',
'disabledtext' => 'Temporarily disabled'
);
?>