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.

Channel Auto-Deop on Server Op

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
b
bwatters
Voice
Posts: 1
Joined: Sat Apr 19, 2008 10:53 pm

Channel Auto-Deop on Server Op

Post by bwatters »

Hello,

I am trying to find a tcl to auto-deop every user that joins the channel ' # ' and gets op through the server. The server that I am going to be using this on does not have services. Here is a code that I use in mIRC to do it when I am in the room. If anyone could help with this, It would be greatly appreciated!

on *:serverop:#: if ($chan == $chr(35)) { /mode $chr(35) -o+v $2 $2 }

This code will auto deop and voice anyone who joins the channel ' # ' that gets op from the server.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

channel setting +stopnethack will make the bot deop any users that are opped through a server or net-split.
Post Reply