From: Darren Date: Sat, 1 Mar 2014 00:00:32 +0000 (+0000) Subject: Missed line from previous commit X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f96620b7bab2993f6cd0c0452bcbfc47c1f43ecc;p=KiwiIRC.git Missed line from previous commit --- 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,