forked from GitHub/dbot
ffs
This commit is contained in:
parent
9abecc6232
commit
2bdfc55879
@ -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