Fix cut/paste error in close event
This commit is contained in:
parent
898fed76c6
commit
924bc39a95
@ -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 New Issue
Block a user