Kung fu ban

By Linuxuser on Oct 07, 2008

same as kung fu revenge only a ban revenge

on *:BAN:#:{ if $banmask iswm $me && $me isop $chan {
    mode # -bo+b $banmask $nick $wildsite
    raw -q kick # $nick 5Didn't you know that I know Kung Fu bye bye
  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.
Linuxuser   -  Oct 09, 2008

just the way i write my scripts i guess i think they help

 Respond  
^Neptune   -  Oct 08, 2008

What's with the halts? You don't need them.

 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.