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.

how to use .chanset in script ?

Old posts that have not been replied to for several years.
Locked
C
Caribou
Voice
Posts: 28
Joined: Thu Apr 15, 2004 12:51 pm
Location: France

how to use .chanset in script ?

Post by Caribou »

Hiya all :lol:

How can i use .chanset normaly used in partyline, in a tcl script ?

i mean i wanna make a command, out of partyline, who will act as a .chanset, for protected modes

i tried chanset, its an invalid command

i tried channel set & pushmode, they are acting like a chanset, i mean when i do a chaninfo, protected modes still the sames :-?

thanks for anyhelp
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

From doc/tcl-commands.doc:
channel set <name> <options...>

Description: sets options for the channel specified. The full list of possible options are given in doc/settings.mod.channels.

Returns: nothing

Module: channels
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
C
Caribou
Voice
Posts: 28
Joined: Thu Apr 15, 2004 12:51 pm
Location: France

Post by Caribou »

Don't understand why it didn't worked first time i tried, as i said in my first msg i tried this channel set ..

I retried now and it worked .. weird lol, thanks dollar :mrgreen:
Locked