From f96620b7bab2993f6cd0c0452bcbfc47c1f43ecc Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 1 Mar 2014 00:00:32 +0000 Subject: [PATCH] Missed line from previous commit --- 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 5e02c75..29259d8 100644 --- a/server/irc/commands.js +++ b/server/irc/commands.js @@ -468,7 +468,7 @@ handlers = { message = command.trailing; } - this.irc_connection.emit('channel ' + command.params[0] + ' part', { + this.irc_connection.emit('channel ' + channel + ' part', { nick: command.nick, ident: command.ident, hostname: command.hostname, -- 2.25.1