3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

why do colons and semicolons look so similar

This commit is contained in:
reality 2013-08-31 13:31:45 +00:00
parent d7640f1c20
commit dbccd67b20

View File

@ -13,7 +13,7 @@ var log = function(dbot) {
dbot.say(server, logChannel, dbot.t('log_message', {
'time': new Date().toUTCString(),
'command': message,
"channel"; 'nochan',
"channel": 'nochan',
'user': user
}));
},