Simple Ban Revenge

By Cobra_Strike on Dec 02, 2006

Got bord and annoyed with people trying to ban me from my channel so i made this you can use it in your bot or on you in your mirc either way to add do alt+r make a new remote file and add this to it... this just kick bans anyone who trys to kick ban you... pretty simple i know but hay like i said i was bord lol

on *:BAN:#: { 
  if ($me isop $chan) {
    if ($banmask iswm $address($me,5)) { 
      inc %kcount
      mode # -b $banmask 
      kick $chan $nick Nice try Jack@$$ - Noobs Pwnt: ( %kcount )
      ban $chan $nick 3 
    } 
  }
}

Comments

Sign in to comment.
Jethro   -  Feb 02, 2011

This snippet looks like the one someone posted a couple of days ago. I don't get why people dig out old snippets and then post them as their own without even bother to mention the sources and credit being due. What's wrong with people these days?

 Respond  
chachin   -  Feb 02, 2011

it doesnt work. i keep getting kickbanned..

 Respond  
SyntaxIRC   -  Dec 03, 2006

What if the server had different prefixes and not just OP?

It\'ll be better if you used:
if ($me isreg) || ($me isvoice) {
halt
}

 Respond  
RoninWarrior   -  Dec 03, 2006

you could also ad in some checks for diffrent services also check to see what server it is and have the server op op you as well just incase you need it covers both ends .

 Respond  
Pariah   -  Dec 03, 2006

A couple suggestions...
remove the $+\'s from the /inc command as they aren\'t needed
and use /ban -k to kick the user so you don\'t need the kick command

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.