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.

Newbie question

Old posts that have not been replied to for several years.
Locked
A
Airamis77

Newbie question

Post by Airamis77 »

I have been messing with mIRC scripting for about a year, and after installing my first Eggdrop last week, I realized I have been wasting my time with mIRC scripts, Eggdrop and Tcl are the way to go. Now that brings me to my question. My channel is located on irc.enterthegame.com, and my bot gets to deal with chanserv, therefore my bot cannot assume complete conrtol over the channel. I have certain people that are allowed OP's, but only about 3 people within those OP's that I really trust. Therefore I need a Tcl script that will only allow my specified users to grant OP's to someone. Chanserv will allow the OP, so I guess I need the script to immediatly De-op the user. Does anyone know of a script like this, or at lease something similar so I can see how it might be done. I guess it would be similar to the +f tag and bans. If there not an +f the bot automatically removes the ban.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Two comments in the post seem slightly contratictory.

You require a script, so that your 3 trusted OP's are allowed to set other nicknames +o in the channel?

This script must deop any1 self setting +to a user?

Is this true.
A
Airamis77

Post by Airamis77 »

Right, Basically my problem is Chanserv screws up alot and occasionally wont inforce the Auto op commads. I have OP's in my room that dont bother to check a persons hostmask before they OP someone, so all someone would have to do is change there name, and they could fool one of my OP's into OPing them. Although im quite positive the bot would stop any attempt at a channel takeover, I'd just like to add another wall of protection. So if say there was a custom flag I could add to Chanserv, and the select few OP's that bother to check a hostmask, that will allow them to issue OP's while stopping anyone else from Opping anyone. I know the best way would be to just not OP the untrustworthy, But in our small community OP's are given out as a sign of respect, and although they would never purposly OP an attacker, they may do it on accident. So Id like to give them respect with the ops, without giving them auctual OP power.
t
thewizard

Post by thewizard »

i dont play with chanserv much cuz im an efnet person, but if u were to set +bitch on ur eggy that would deop anyone not added to the bot.
Locked