Auto Reban On Unban

By David_James on Aug 02, 2004

This script will be rebanned all banmasks you have banned unless you unban it by yourself.

on *:UNBAN:#: {
  if ($nick == $me) { halt }
  if ($bnick == $me) { halt }
  mode $chan  +b $banmask
}

Comments

Sign in to comment.
Bullet_Dodger   -  Sep 30, 2008

Its a very simple script but it works pretty well
5/10

 Respond  
dj_boT   -  Jan 08, 2007

Something else???:P i am just new in irc scripting....

 Respond  
Acid-Religion   -  Jan 07, 2007

^You need to store your own bans someway (variable, ini, hash) and then compare the unban to the stored. Search the snippets and forum for such a script or searcA h the forums... If not found, ask.
About the snippet, its a bit to simple, and needs a flood protection so that you dont flood of the server. You should also allow it to be turned on and off ..

 Respond  
dj_boT   -  Jan 07, 2007

Well it works but it rebans any ban from anyone that sets a ban..Can someone tell me how it can rebans only the bans i set???

 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.