Super-kick

By Shinypant5 on Jan 25, 2004

Just type /skick to put someone on the list, and /dekick to take them off of it, then whenever they come back it will ban/kick them

alias skick {
  %skick = %skick $2
  /kick $chan $2 Now on Super-Kick!
}
alias dekick {
  if ($deltok(%skick,$findtok(%skick,$2,1,32),32)) { 
    %skick = $ifmatch 
    /msg $nick You are off Super-kick.
  }
}
on *:join:#: {
  if ($istok(%skick,$nick,32)) {
    /mode $chan +b $address
    /kick $chan $nick Super-kick!!
  }
}

Comments

Sign in to comment.
F*U*R*B*Y*   -  Jun 24, 2005

its a very nice little script but i think it would be better if you have it on a bot and you type !skick or !dekick but besides that its a very nice little script

 Respond  
xDaeMoN   -  Jun 24, 2005

In the skick alias, \"$2\" should be \"$1\" or \"$1-\" so you could have multiple nicks. In the dekick alias, \"$deltok(%skick,$findtok(%skick,$2,1,32),32)\" should be \"$istok(%skick,$1,32)\" then \" /msg $1 ...\" instead of \" /msg $nick ...\"

 Respond  
Pikachu007   -  Jun 24, 2005

Disconnected: Your wrong, First ban, then kick so it wont come back if it has auto rejoin

 Respond  
Disconnected   -  Mar 18, 2004

I\'m from Montenegro ... I don\'t speak english very well . This is a good addon , but I have a one suggestion. I thing that is better to do first kick , then ban . User is part chanel and ban him . try it... Just change kick and ban . First kick and after kick ban . :)

 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.