From aa22caa919e30a198724f5c2b5f206605fc1c8ee Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 3 Mar 2013 20:07:51 +0000 Subject: [PATCH] RPL_ENDOFBANLIST fix --- server/irc/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/irc/commands.js b/server/irc/commands.js index 1678b72..d37186c 100644 --- a/server/irc/commands.js +++ b/server/irc/commands.js @@ -252,7 +252,7 @@ var listeners = { }, 'RPL_ENDOFBANLIST': function (command) { this.irc_connection.emit('channel:' + command.params[1] + ':banlist_end', { - channel: commands.params[1] + channel: command.params[1] }); }, 'RPL_TOPIC': function (command) { -- 2.25.1