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.

code for aop remove

Old posts that have not been replied to for several years.
Locked
D
Doom
Voice
Posts: 34
Joined: Fri Jun 20, 2003 9:33 am

code for aop remove

Post by Doom »

I need some TCL script so if someone adds some aop in channel..Bot vill remove it..That's for DALnet ircserver...

and then it will be good if there is some tcl script that will Auto Unban , auto op on deop, auto join on kickban ans so..so bot can fast join channel... thnx..
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

1) If verbose is enabled on your channel, then you can let your bot catch the verbose notice and delete the added aop.

2) use the eggdrop needs (i.e. .chanset #channel need-op putserv "PRIVMSG chanserv@services.dal.net :op #channel $botnick")

see .help chaninfo and .help chanset
Locked