Fix cut/paste error in close event

This commit is contained in:
David White 2014-10-09 16:56:32 +01:00
parent 898fed76c6
commit 924bc39a95

View file

@ -155,7 +155,7 @@ Client.prototype.connect = function(args) {
});
stream.on("close", function() {
identd.addConnection(identdItem);
identd.removeConnection(identdItem);
});
var irc = slate(stream);