mIRC Homepage
Posted By: Rainar Simple reop, unban and rejoin script - 03/07/07 06:28 PM
I wonder if someone would be so kind as to provide a script as described in the topic. Something very simple, i.e.,

reops me if I get deoped.
unbans me if I get banned.
rejoins if I get kicked.

Such a script would be greatly appreciated..:)
Posted By: EffingHell Re: Simple reop, unban and rejoin script - 03/07/07 07:36 PM
Code:
on *:deop:#:{if ($opnick == $me) { chanserv op $chan  $opnick } }

on *:ban:#:{ if ($banmask iswm $address($me,5)) { cs unban # }



Also, most clients have an option to rejoin a channel when kicked, I'm guess you are on mIRC so just go to options/IRC/check the box that says 'rejoin channels when kicked'
Posted By: Rainar Re: Simple reop, unban and rejoin script - 05/08/07 09:13 AM
much thanks! ^___^

Have a great day! laugh
© mIRC Discussion Forums