Kung Fu frevenge script

By Linuxuser on Oct 07, 2008

ok add this snippet to your remotes

this is more functional than my last revenge script this is best for channels you do not trust
or just for fun
purely self-defence ;-) any ill use is not of any fault of mine

on *:KICK:#:{ if $knick iswm $me && $me isop $chan {
    cs invite $chan
    mode # -o+b $nick $wildsite
    raw -q kick # $nick 5umm you can kick but you can't stop my Kung Fu
  guser -a akick $nick }
  { halt }
}
on akick:JOIN:#:{ if $me isop $chan {
    mode # +b $wildsite
    timer 1 3 raw -q kick # $nick 5you are akicked for life so get lost 
    ruser akick $nick
    guser -a kick $nick
    { halt }
  }
on kick:JOIN:#:{ if $me isop $chan {
    raw -q kick # $nick your on my kick list you ca never return }
     { halt }
}

Comments

Sign in to comment.
Celeron   -  Apr 15, 2010

kung fu like Bruce Lee right? :)

 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.