mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 07:04:18 +00:00
Fix cut/paste error in close event
This commit is contained in:
parent
898fed76c6
commit
924bc39a95
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ Client.prototype.connect = function(args) {
|
|||
});
|
||||
|
||||
stream.on("close", function() {
|
||||
identd.addConnection(identdItem);
|
||||
identd.removeConnection(identdItem);
|
||||
});
|
||||
|
||||
var irc = slate(stream);
|
||||
|
|
Loading…
Reference in a new issue