From 0b66fdbcc24b0a06d7d4dc5a4a2c8231a5f7bad7 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 22 Dec 2005 20:57:58 +0000 Subject: [PATCH] Add note for Cyan regarding /part #channame Hopefully, he'll fix this one up so I don't need to. --- exec/irc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exec/irc.js b/exec/irc.js index 033f6b61c1..c58504cd93 100644 --- a/exec/irc.js +++ b/exec/irc.js @@ -668,6 +668,8 @@ function send_command(command,param) { sock.send("PRIVMSG "+send_to+" :\x01"+full_params+"\x01\r\n"); break; case "PART": + // If the user specifies a channel, this SHOULD part that channel, + // not the current one. channels.part(channels.current.name,param); break; case "N": -- GitLab