mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
derp [#533]
This commit is contained in:
parent
1171637e42
commit
9abecc6232
@ -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 !== '~') {
|
||||
|
Loading…
Reference in New Issue
Block a user