From 2bdfc55879cb00b4058fd841f81a00238de9275b Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 14 Jul 2013 10:55:08 +0000 Subject: [PATCH] ffs --- modules/command/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/command/command.js b/modules/command/command.js index aee612e..94f3978 100644 --- a/modules/command/command.js +++ b/modules/command/command.js @@ -49,7 +49,7 @@ var command = function(dbot) { }); } } - if(!_.include(commandName, ['reload', 'load', 'unload'])) dbot.api.event.emit('command', [ event ]); + if(!_.include(commandName, ['~reload', '~load', '~unload'])) dbot.api.event.emit('command', [ event ]); dbot.save(); } else { if(commandName !== '~') {