\r
module.exports = IrcUser;\r
\r
-IrcUser.prototype.bindEvents = function() {\r
+IrcUser.prototype.bindEvents = function () {\r
var that = this;\r
\r
// If we havent generated an event listing yet, do so now\r
};\r
\r
\r
-IrcChannel.prototype.unbindEvents = function () {\r
+IrcUser.prototype.unbindEvents = function () {\r
this.irc_events.forEach(function(fn, event_name, irc_events) {\r
if (irc_events[event_name].bound_fn) {\r
this.irc_connection.removeListener('user:' + this.nick + ':' + event_name, irc_events[event_name].bound_fn);\r