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.
Old posts that have not been replied to for several years.
ReaLz
Op
Posts: 121 Joined: Sat Oct 19, 2002 5:33 am
Location: Athens, Greece
Post
by ReaLz » Mon May 05, 2003 1:37 pm
I want to make a tcl script that will whois all the users that are in the channel, this can be made with the "foreach" command but I don't know how to use it, can you make an example for the script that I want?
«A fantastic spaghetti is a spaghetti that does not exist»
spock
Master
Posts: 319 Joined: Thu Dec 12, 2002 8:40 pm
Post
by spock » Mon May 05, 2003 1:40 pm
foreach user [chanlist $chan] {some magic in here }
photon?
spock
Master
Posts: 319 Joined: Thu Dec 12, 2002 8:40 pm
Post
by spock » Mon May 05, 2003 1:43 pm
photon?
ReaLz
Op
Posts: 121 Joined: Sat Oct 19, 2002 5:33 am
Location: Athens, Greece
Post
by ReaLz » Mon May 05, 2003 2:41 pm
thanx
«A fantastic spaghetti is a spaghetti that does not exist»