SOCKS proxy conf and integration
[KiwiIRC.git] / server / irc / user.js
index 37e50b5d15e0dce6b48bb40c1382885349bb8038..833bf890b3d28122a9fc02a5ab3ecac6e3204e98 100755 (executable)
@@ -30,7 +30,7 @@ module.exports = IrcUser;
 \r
 \r
 IrcUser.prototype.dispose = function () {\r
-    EventBinder.unbindIrcEvents('user:' + this.nick, this.irc_events);\r
+    EventBinder.unbindIrcEvents('user:' + this.nick, this.irc_events, this.irc_connection);\r
     this.irc_connection = undefined;\r
 };\r
 \r