mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
Fix typo in previous commit
This commit is contained in:
parent
3460b0544c
commit
22e1253422
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue