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.

mc.limit.tcl help

Support & discussion of released scripts, and announcements of new releases.
Post Reply
H
Hoad
Voice
Posts: 2
Joined: Sun Jul 08, 2007 8:35 pm

mc.limit.tcl help

Post by Hoad »

I installed the mc.limit.tcl channel limiter on my eggdrop, and it sets the limit, but then immediately un-sets it again. It does this with every other limiter script I've tried. Why is this and what can I do?
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

*in main channel, #test*
speechles sets mode: +l 6

*on partyline shortly after setting this limit on #test*
<speechles> .chanset #test chanmode +nt-l
<sp33chy> Successfully set modes { chanmode { +nt-l } } on #test.

*in main channel, #test*
sp33chy sets mode: -l
Whatever you set for chanmode, will be enforced

Code: Select all

.chanset #yourchan chanmode +stuff-these
replace 'stuff' with modes you wish to keep enabled, perhaps +nt (t only ops set topic, n no outside channel messages)
replace 'these' with modes you wish to disable always, perhaps -ik (i invite only, k requires key to enter)
Post Reply