This commit is contained in:
reality 2013-06-09 16:08:52 +00:00
parent 58786672fd
commit 32c5fe8bf1

View File

@ -36,6 +36,7 @@ var nickserv = function(dbot) {
} }
} }
} else if(event.action == '302') { } else if(event.action == '302') {
console.log('caught');
console.log(event.params); console.log(event.params);
} }
}.bind(this); }.bind(this);