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.