mIRC Homepage
Posted By: Doorsdown Auto op on deop - 22/01/03 08:06 PM
I want to get a script to reop me on being deoped. The Cservice bot on this server is D and this is what i have got so far but it doesn't work. and my nick is the D nick. Any help will be apreaciated

on*:mode:-o*:$chan { msg D op $chan $me }
Posted By: MonoSex Re: Auto op on deop - 22/01/03 08:26 PM
Code:
on *:DEOP:#channel:{ if ($opnick == $me) { msg D op $chan $me } }
Posted By: Online Re: Auto op on deop - 22/01/03 08:29 PM
Or On !*:deop:, so that self-deop will not trigger it smirk
Posted By: MonoSex Re: Auto op on deop - 22/01/03 08:32 PM
true :tongue:
Posted By: The_Game Re: Auto op on deop - 22/01/03 08:34 PM
if you do use this this will op any op that was deopped

on *:DEOP:#:/mode $chan +o $opnick

*note the person that deopped is obviously another op.

hope this works for ya
Posted By: Doorsdown Re: Auto op on deop - 22/01/03 08:37 PM
thankx
Posted By: The_Game Re: Auto op on deop - 22/01/03 08:39 PM
no problem
Posted By: Doorsdown Re: Auto op on deop - 22/01/03 08:40 PM
it didn't work and i need it to be able to reop itself with the cservice bot
Posted By: The_Game Re: Auto op on deop - 22/01/03 08:43 PM
ahhh my bad....that syntax was intended for your bot but it works trust me...lol
© mIRC Discussion Forums