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 Flags

Help for those learning Tcl or writing their own scripts.
Post Reply
b
blip2
Voice
Posts: 5
Joined: Thu May 17, 2007 11:39 am

Channel Flags

Post by blip2 »

Is it possible to set channel flags in a script and if so - how?

chanset only works in the console.

Thanks
blip2
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

The command you are looking for is "channel", which allows you to both add/remove channels, aswell as read/set channel settings for existing channels.
If you check doc/tcl-commands.doc, you'll find further documentations for this and many other eggdrop-speciffic tcl-commands.
NML_375
b
blip2
Voice
Posts: 5
Joined: Thu May 17, 2007 11:39 am

Post by blip2 »

Ahh, obvious

Thank you :]
Post Reply