rcmaehl / IRC-UDFs

AutoIt IRC UDFs
6 stars 2 forks source link

Have client switch servers on RPL_Bounce (005) #9

Open rcmaehl opened 9 years ago

rcmaehl commented 9 years ago

Convert Connecting to a Server to it's own function.

When RPL_Bounce (005) occurs, get server info from the message then disconnect from current server, and use that information to make a new call to connecting to a server.

DanielOaks commented 8 years ago

005 is actually used for RPL_ISUPPORT by every server these days. For more info on RPL_ISUPPORT, there's the internet draft and here's another rough, slightly extended list of parameters.

For the bounce numeric, 010 is used nowdays.

rcmaehl commented 8 years ago

I understand that but I'm including RFC1459 support in my scripts for backwards compatibility. I'll use the message format to detect if it's rpl_bounce or rpl_isupport.