mirror of https://github.com/calzoneman/sync.git
Fix typo in previous commit
This commit is contained in:
parent
3460b0544c
commit
22e1253422
|
@ -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");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue