adding it to listener.on would have been a good idea you retard

This commit is contained in:
reality 2013-06-09 16:10:57 +00:00
parent 32c5fe8bf1
commit 995a5125bc

View File

@ -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) {