Dang
This commit is contained in:
parent
f491373abe
commit
0ff7bc0ed7
|
@ -46,7 +46,7 @@ define({
|
||||||
info: '<li><i class="timestamp">[{timestamp}] </i>INF> <i class="info">{text}</i></li>',
|
info: '<li><i class="timestamp">[{timestamp}] </i>INF> <i class="info">{text}</i></li>',
|
||||||
server: '<li><i class="timestamp">[{timestamp}] </i>SRV> <i class="server">{text}</i></li>',
|
server: '<li><i class="timestamp">[{timestamp}] </i>SRV> <i class="server">{text}</i></li>',
|
||||||
error: '<li><i class="timestamp">[{timestamp}] </i>ERR> <i class="error">{text}</i></li>',
|
error: '<li><i class="timestamp">[{timestamp}] </i>ERR> <i class="error">{text}</i></li>',
|
||||||
message: '<li><i class="timestamp">[{timestamp}] </i><i class="nick">{nick}></i> <i class="message">{text}</i></li>'
|
message: '<li><i class="timestamp">[{timestamp}] </i>MSG> <i class="nick">{nick}></i> <i class="message">{text}</i></li>'
|
||||||
},
|
},
|
||||||
|
|
||||||
// All message templates will have access to the properties in the 'settings' module,
|
// All message templates will have access to the properties in the 'settings' module,
|
||||||
|
|
Loading…
Reference in New Issue