ShitList

By Kitty on Nov 14, 2004

Its very simple shitlist, just paste it in your remote ^^

menu nicklist { 
  Shitlist 
  .add:{ auser shit $1 | set %rs. [ $+ [ $1 ] ] $?="Reason:" | kchan $1 } 
  .del:{ ruser shit $1 | unset %rs. [ $+ [ $1 ] ] } 
} 
alias kchan { 
  var %x = 1 , %z = $comchan($1,0) 
  while (%x <= %z) { 
    kick $comchan($1,%x) $1 Shitlisted: %rs. [ $+ [ $nick ] ] 
    ban $comchan($1,%x) $1 2 
    inc %x 1 
  } 
} 
on shit:join:#:{ 
  if ($nick != petras) && ($Nick != savas) && ($nick != $me) { 
    kick # $nick Shitlisted: %rs. [ $+ [ $nick ] ] 
    ban # $nick 2 
    echo -a $timestamp *** Shitlist: $nick joined $chan 
  } 
} 

Comments

Sign in to comment.
LIQUID_NiTrO   -  Nov 24, 2004

($nick != petras) && ($Nick != savas) <---Heh. Now everyone knows that if they want to evade it all they have to do is change their nick to that.

 Respond  
sarkar112   -  Nov 21, 2004

nice script

 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.