From: Darren Date: Thu, 31 Jan 2013 12:55:56 +0000 (+0000) Subject: previous commit part.2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1824563614ea619d3a49ef558c47485c29d7b085;p=KiwiIRC.git previous commit part.2 --- diff --git a/server/irc/connection.js b/server/irc/connection.js index 738a72e..ce24ece 100644 --- a/server/irc/connection.js +++ b/server/irc/connection.js @@ -186,8 +186,6 @@ IrcConnection.prototype.dispose = function () { _.each(this.irc_channels, function (chan) { chan.dispose(); }); - this.irc_users = null; - this.irc_channels = null; this.irc_users = undefined; this.irc_channels = undefined;