Minor fix
This commit is contained in:
parent
ac8952abb9
commit
78ffdf2d66
|
@ -16,10 +16,9 @@ define({
|
||||||
' \n'+
|
' \n'+
|
||||||
' Tip of the day: /help \n'+
|
' Tip of the day: /help \n'+
|
||||||
' \n'+
|
' \n'+
|
||||||
'----------------------------------------------------------------------\n',
|
'----------------------------------------------------------------------',
|
||||||
|
|
||||||
help: '' +
|
help: ' \n' +
|
||||||
'<li> \n' +
|
|
||||||
'Cryptalk, encrypted instant chat. \n' +
|
'Cryptalk, encrypted instant chat. \n' +
|
||||||
' \n' +
|
' \n' +
|
||||||
'---------------------------------------------------------------------- \n' +
|
'---------------------------------------------------------------------- \n' +
|
||||||
|
@ -33,8 +32,12 @@ define({
|
||||||
' /clear Clear on-screen buffer \n' +
|
' /clear Clear on-screen buffer \n' +
|
||||||
' /help This \n' +
|
' /help This \n' +
|
||||||
' \n' +
|
' \n' +
|
||||||
|
' \n' +
|
||||||
|
'<strong>It is highly recommended to use incognito mode while chatting, \n' +
|
||||||
|
'to prevent browsers from keeping history or cache.</strong> \n' +
|
||||||
|
' \n' +
|
||||||
'---------------------------------------------------------------------- \n' +
|
'---------------------------------------------------------------------- \n' +
|
||||||
'</li> ',
|
' ',
|
||||||
|
|
||||||
default_nick: 'Anonymous',
|
default_nick: 'Anonymous',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue