-=- Ban Protection -=-

By Da_DoN on Sep 11, 2004

when sum1 simply trys to ban u, and ur an op in the same channel, it removes the ban from the channel and kicks that person out.

;####### irc.liquidacid.org    ######
;#######      Da_DoN           ######
;#######    #ScriptorZ         ######
;####### www.scriptorz.net  ######
;####### DO NOT EDIT        ######

on *:BAN:#:{
   if ($banmask iswm $address($me,5)) {
  .mode $chan -b $banmask 
  .kick $chan $nick Trying to ban me, eh
  .ban $chan $nick
 }
} 

Comments

Sign in to comment.
Opasna-Bagra   -  Jan 19, 2007

this doesnt work on my script...

 Respond  
dj_boT   -  Jan 19, 2007

Shadow Knight when i changed that you said it banned my bot too :P

 Respond  
SilverZone   -  Jan 23, 2005

This is a good script Da_DoN :)

 Respond  
Shadow_Knight   -  Oct 31, 2004

also a note to that would be to ban the address FIRST in case the person you are kicking has an auto-join feature. If you would\'t ban the address, then the person you banned could just change their nickname and go right back in! So i would switch that .ban line with the .kick line and change the .ban line to: .mode # +b $address($nick,2). This will prevent the nickname that tried to ban you from entering even if they change their nickname.

 Respond  
Shadow_Knight   -  Oct 31, 2004

To make this more efficient, i would recommend banning the ADDRESS

 Respond  
Da_DoN   -  Sep 25, 2004

cave, it does work, you need to put it in your remotes

 Respond  
cave   -  Sep 20, 2004

this doesnt work

 Respond  
Zach   -  Sep 14, 2004

There are so many of htese out there! WE DO NOT NEED ANOTHER ONE

 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.