mIRC Homepage
Posted By: Drai Re-opping myself - 17/11/09 03:50 AM
I have regular ops on a channel (access level 50 or @ in most cases) and I would like to be able to re-op myself when somebody de-ops me. I was wondering how I could get a script to do this. I imagine it involves the command "/cs op #channel nick"

Thanks
Posted By: Wims Re: Re-opping myself - 17/11/09 03:52 AM
Code:
on *:deop:if ($opnick == $me) cs op #
Posted By: Drai Re: Re-opping myself - 17/11/09 09:17 PM
Originally Posted By: Wims
Code:
on *:deop:if ($opnick == $me) cs op #
Thank you very much.
Posted By: Wims Re: Re-opping myself - 17/11/09 10:18 PM
I just realize I forget to put the channel parameter smirk
Code:
on *:deop:#:if ($opnick == $me) cs op #
© mIRC Discussion Forums