mIRC Home    About    Download    Register    News    Help

Print Thread
#23905 13/05/03 03:03 AM
Joined: May 2003
Posts: 177
P
Prizm Offline OP
Vogon poet
OP Offline
Vogon poet
P
Joined: May 2003
Posts: 177
I'm making a script that will alert me when an invite request happens, and I'm having trouble figuring out a good queue system.

I tried using Token identifiers to add the channel and nick that invited me, but there's no character I can use to seperate the 2 values that wont conflict with the channel name. How can I add the channel and nick for invite requests to a queue?

#23906 13/05/03 03:09 AM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
A , nor a space will EVER conflict with a channel name as RFC1459 (and the lame IRCnet RFC2811) guarantee that a channel name must never contain either of these characters.

#23907 13/05/03 03:15 AM
Joined: May 2003
Posts: 177
P
Prizm Offline OP
Vogon poet
OP Offline
Vogon poet
P
Joined: May 2003
Posts: 177
So it is possible to use a comma to seperate both the nick and channel without problems?

#23908 13/05/03 03:17 AM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Yes, neither a nickname nor a channel name can EVER contain a comma.


Link Copied to Clipboard