Should only accept commands if the message starts with them
This commit is contained in:
@ -203,6 +203,7 @@ var Bot = (function (_EventEmitter) {
|
||||
if (!ev) {
|
||||
return;
|
||||
}
|
||||
|
||||
ev.listener(res.message);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user