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.

.chanset

Old posts that have not been replied to for several years.
Locked
E
Errtu

Post by Errtu »

Can somebody set me up (the bomb!!) a little example of how i enable .chanset #mychan +mysetting in a tcl? Doesn't have to be a script even, just some pointers where to start.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The manual.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

wierd that in this day of the 'information superhighway' that people have actually lost the ability to research for themselves.
E
Errtu

Post by Errtu »

Weird that nowadays when you ask a question, and the possibility exists that you've overlooked something, that somehow, somebody who does know the answer, has to form his reply in this way.

Tnx ppslim, i must indeed have overlooked something then. I'll keep on looking what it is that i did not see in tcl-commands.
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

Search the tcl archive for 'guppy' and download the 'Demonstrates the setudef feature in eggdrop 1.5.' script. Might be useful assuming the method for using that feature hasn't changed (I don't use it myself, so I don't know).
j
jedis

Post by jedis »

Code: Select all

channel set $channel chanmode "+tn"
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Thats tells him how to change the setting, once it is created.
Can somebody set me up (the bomb!!) a little example of how i enable .chanset #mychan +mysetting in a tcl?
He is implying, he hasn't even created the flag yet.
E
Errtu

Post by Errtu »

He is implying, he hasn't even created the flag yet.
that's what i meant; how the routine is . Sorry if i didn't describe the question fully. I overlooked it in tcl-commands and got it working now. Tnx ppl.
Locked