Anti/Revenge ban

By ChunkieMonkey on Jun 11, 2008

Umm....It should ban and kick who ever tries to ban you.

on @:Ban:#: {
  If ($banmask iswn $2) {
    mode $chan -ob+b $nick $banmask
    kick $chan $nick I have the power fool!
  }
}

Comments

Sign in to comment.
xplo   -  Dec 19, 2008

FIX IT !!

/:

 Respond  
napa182   -  Jun 13, 2008

why dont you fix ur Snippet?

 Respond  
ChunkieMonkey   -  Jun 12, 2008

ok lol

 Respond  
EL   -  Jun 11, 2008

Lol Napa182 is just bein a rule whore:P but u did typo your code even if it was buggy may want to update with his suggestions.`-.-´

 Respond  
ChunkieMonkey   -  Jun 11, 2008

o.0 Ok...

 Respond  
napa182   -  Jun 11, 2008

well you should test before you post them and make sure they work like it says in the rules for posting.

 Respond  
ChunkieMonkey   -  Jun 11, 2008

No...I can start though....lol

 Respond  
napa182   -  Jun 11, 2008

ChunkieMonkey do you even test ur codes before you post them?
=/

 Respond  
napa182   -  Jun 11, 2008

i dont understand why you put If ($banmask iswn $2) you should use if ($banmask iswm $address($me,5))

you could do it like this as well

on *:BAN:#:{
  if ($banmask iswm $address($me,5)) {
    mode $chan -b $banmask
    ban -k # $nick 2 --==Ban Protection==--
  }
}
 Respond  
ChunkieMonkey   -  Jun 11, 2008

....

 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.