Missed line from previous commit
authorDarren <darren@darrenwhitlen.com>
Sat, 1 Mar 2014 00:00:32 +0000 (00:00 +0000)
committerDarren <darren@darrenwhitlen.com>
Sat, 1 Mar 2014 00:00:32 +0000 (00:00 +0000)
server/irc/commands.js

index 5e02c75b71bc5a5729c7fe5a19f5c6b8a0d2ddc5..29259d89e576c7e2b10ec90655101b634713de99 100644 (file)
@@ -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,