diff --git a/modules/log/log.js b/modules/log/log.js index f8103cc..6732536 100644 --- a/modules/log/log.js +++ b/modules/log/log.js @@ -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 })); },