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.

ChanMode Protection

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
m
midas
Voice
Posts: 1
Joined: Fri Jul 28, 2006 5:43 am

ChanMode Protection

Post by midas »

Hello,everybody.I was looking for a long time for a certain tcl but till now i didn't have the chance to find it.It concerns the Chanmodes in the #.Is there a way to lock the chanmodes not using the official ChanServ for my # like: "+ntc-spmilk" because I don't wanna some of the ChanOperators to change them whenever they want to and simultaneously with that my eggdrop to run a Limiter.tcl which sets +l number of users and if chan is flooded the same Limit.tcl to set +mi on the #.
The problem is that every time I lock the chanmodes in # with the eggdrop using the .chanset command-it reflects on the Limit.tcl-in fact that chanset chanmode lock make useless the Limiter.tcl-it's a kind of Paradox-the limiter sets +l number of users and the eggdrop sets +l on the channel and after that instantly it sets -l and -mi if chan is flooded.
So the Idea is to accomplish a good chanmodes lock which acts on normal chanoperators-prevent them from changing it and even deop or kick them if the try to but EXCLUDE the modes which the eggdrop sets on # like +l and +im.
Will be verry happy if there is any solution.
Bye and Take Care.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You cannot use a channel limiter script if the channel mode is set -l.

Use the following to set your channel modes:

Code: Select all

/cs set #channel mlock +ntc-spmik
Only the founder can alter those modes permanently. For further information:

Code: Select all

/cs help set
In your bot do the following:

Code: Select all

.chanset #channel chanmode +ntc-spmik
You will be able to use the channel limit script.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply