fuck regex

This commit is contained in:
reality 2013-06-09 17:46:45 +00:00
parent 9c6b78863e
commit 6b9cf29e95

View File

@ -39,6 +39,7 @@ var nickserv = function(dbot) {
}
} else if(event.action == '302') {
var match = event.params.match(/:(.+)=([^@]+)@(.+)$/);
console.log(match);
if(match && _.has(this.userStack, event.server) && _.has(this.userStack[event.server], match[1])) {
match[1] = match[1].replace('\*', '');
this.userStack[event.server][match[1]](match[3].trim());