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.

channels

Old posts that have not been replied to for several years.
Locked
P
Progeny

Post by Progeny »

how I can use the command 'channel' that return the channels where the bot is?

p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

".status" in the partyline will return the channels that the bot is currently in, and also state if it is set to inactive or not.
P
Progeny

Post by Progeny »

oh yes.. but I'm in TCL :wink: not in partyline
I'll write a TCL script, and I need set in a variable the channels where the bot is
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

set myvar [channels]

note that this is in tcl list format.
Locked