forked from GitHub/dbot
some debug output in getUserHost
This commit is contained in:
parent
47e9672b32
commit
e22c42f560
@ -39,6 +39,8 @@ var nickserv = function(dbot) {
|
||||
}
|
||||
} else if(event.action == '302') {
|
||||
var match = event.params.match(/:(.*)=([^@]+)@(.+)$/);
|
||||
console.log(match);
|
||||
console.log(event.params);
|
||||
if(match && _.has(this.userStack, event.server) && _.has(this.userStack[event.server], match[1])) {
|
||||
this.userStack[event.server][match[1]](match[3].trim());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user