KobraKare-Simple

By Kobra on Aug 05, 2004

A collection of simple scripts containing Anti-Ban, Kick and Deop. It is very simple to use, just put it at the top of your remotes (Alt + R)

I haven't seen a collection of simple scripts before, that worked! Apologies if some feel I have used part of their script. Hope it works for you.

Any problems I can be found on #dvasquadron

on *:DEOP:#: { 
  if (($opnick == $me) && ($nick != $me)) { 
    set $+(%,dnick,$chan) $nick 
    if (q ison $chan) { msg q op $chan } 
    elseif (l ison $chan) { msg l op $chan } 
  } 
} 

on @*:BAN:#: { 
  if ($banmask iswm $address($me,5)) { mode $chan -b $banmask } 
}

on *:kick:#: if ( $knick == $me ) /join $chan

}

Comments

Sign in to comment.
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.