forked from GitHub/dbot
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);
|
console.log(event.params);
|
||||||
}
|
}
|
||||||
}.bind(this);
|
}.bind(this);
|
||||||
this.on = 'NOTICE';
|
this.on = ['NOTICE', '302'];
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.fetch = function(dbot) {
|
exports.fetch = function(dbot) {
|
||||||
|
Loading…
Reference in New Issue
Block a user