mirror of
https://github.com/reality/dbot.git
synced 2025-01-24 02:54:16 +01:00
adding it to listener.on would have been a good idea you retard
This commit is contained in:
parent
32c5fe8bf1
commit
995a5125bc
@ -40,7 +40,7 @@ var nickserv = function(dbot) {
|
||||
console.log(event.params);
|
||||
}
|
||||
}.bind(this);
|
||||
this.on = 'NOTICE';
|
||||
this.on = ['NOTICE', '302'];
|
||||
};
|
||||
|
||||
exports.fetch = function(dbot) {
|
||||
|
Loading…
Reference in New Issue
Block a user