chat: add suggestions for commands, reduce 'joined' spam, make server prints white

This commit is contained in:
moscovium
2018-02-20 12:01:29 +01:00
parent da7bcd01f4
commit 7fe212f655
4 changed files with 75 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ window.CONFIG = {
templates: { //You can add static templates here
'default': '<b>{0}</b>: {1}',
'defaultAlt': '{0}',
'print': '<pre>{0}</pre>',
'example:important': '<h1>^2{0}</h1>'
},
fadeTimeout: 7000,