Old posts that have not been replied to for several years.
-
z_one
- Master
- Posts: 269
- Joined: Mon Jan 14, 2002 8:00 pm
- Location: Canada
Post
by z_one »
Hi,
I know there a command called .reset which makes the bot update its channel information.
How can I call it from a TCL script ?
-
Papillon
- Owner
- Posts: 724
- Joined: Fri Feb 15, 2002 8:00 pm
- Location: *.no
Post
by Papillon »
Code: Select all
foreach chan [channels] { resetchan $chan }
Elen sila lúmenn' omentielvo
-
z_one
- Master
- Posts: 269
- Joined: Mon Jan 14, 2002 8:00 pm
- Location: Canada
Post
by z_one »
Thanks
