This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Channel Rank Script

Old posts that have not been replied to for several years.
Locked
M
MarlbMan
Voice
Posts: 20
Joined: Tue Apr 15, 2003 9:20 pm

Channel Rank Script

Post by MarlbMan »

I'm just starting out in .tcl scripting, and have made a few custom tcl scripts to fit my needs. I am having difficulty with this one though. I am wondering how I could get the bot to get a /list from the server when someone types !rank in channel, and respond with "This channel is currently #X on this networks channel list". Any help would be appreciated.

Thanks,
Dan
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Check out rfc1459 (google for it) and look at the replies for the /list command. Use a raw bind to capture these replies.
Locked