RTBC_IRCClient.cs
...
else if(getWord(%message,0) $= "/join")
{
//nope.
return;
}
else
RTBIC_SC.sendLine(getSubStr(%message,1,strLen(%message)));
...
How many times must you see it?
I have never heard of an IRC that doesn't have a /join command, anyway, you can PM Ephialtes if you want, and tell him to tell me to remove this if he wants it to be.
Correct, they all have it. But, IRC
Clients are generally focused towards a specific channel or discussion, not spaming the server with empty channels.