Skip to content
Snippets Groups Projects
Commit 0b66fdbc authored by deuce's avatar deuce
Browse files

Add note for Cyan regarding /part #channame

Hopefully, he'll fix this one up so I don't need to.
parent 7ec76982
No related branches found
No related tags found
No related merge requests found
......@@ -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":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment