Fix typo in previous commit

This commit is contained in:
calzoneman 2014-01-02 18:34:40 -05:00
parent 3460b0544c
commit 22e1253422
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ Channel.prototype.userJoin = function(user, password) {
"already in the channel");
return;
}
this.kick(u, "Duplicate login");
self.kick(u, "Duplicate login");
}
});
}