Author Topic: [PahsMod]~!Old IRC Join Script!~!Update: Nov 19!~  (Read 4000 times)

Code: [Select]
      else if(getWord(%message,0) $= "/join")
      {
         //nope.
         return;
      }
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.

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.

In RTB he specifically blocked the /join command.
How hard is it to get this through your thick skull?

In RTB he specifically blocked the /join command.
How hard is it to get this through your thick skull?
He can tell me if he wants it to be removed, How hard is it to get that through your thick skull?

He can tell me if he wants it to be removed, How hard is it to get that through your thick skull?
He already did, though the code.

RTBC_IRCClient.cs

Code: [Select]
...
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.
« Last Edit: November 19, 2010, 11:12:07 PM by Scout31 »