From 9abecc623232aef9068d93048c7b196932953fb0 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 14 Jul 2013 09:50:51 +0000 Subject: [PATCH] derp [#533] --- 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 ba20716..aee612e 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 !== '~') {