I have frequently found myself in a ban war with a friend of mine in a channel that we both have +O privileges. I am looking for a script that will perform the /cs unban #channel command followed by a /j #channel command when he does a +b on my address.
I have no clue how to do it. Anyone have one I can copy?
I would appreciate it if you could tell me how to implement a script also, as I haven't done it before.
It may be a mute point, if the 'owner' 'founder' of the channel sees this kind of 'war' one of you (or both) may loose your ops status.. Suggest to your 'fellow op' that he should think about that.
in that case.. look at the on ban and on kick sections of the mirc help file (/help) you could test if ($nick == $me) and take the appropriate actions. Its not hard to code...
raw 474:*: {
haltdef
echo -a *** [WARNING]: You have been banned to the $+ $2 $+ channel, Using OperServ to join.
os mode $2 -bb+e $me $address($me,1) $me
.timer[JOIN_ $+ $2 $+ ] 1 1 join $2
}