counters people kicking you

By sadistic_sin on Jun 06, 2007

ok.. there's 3 of these.. unfortunately that is the only way i know how to trigger it.. and they will only work if your bot has higher access than the person trying to kick/ kb you change where it says sadistic_sin to your name

on *:TEXT:!kb sadistic_sin*:#: {  
  msg $chan !kb $nick
}

on *:TEXT:!k sadistic_sin*:#: {  
  msg $chan !kb $nick
}

on *:TEXT:!kick sadistic_sin*:#: {  
  msg $chan !kb $nick
}

Comments

Sign in to comment.
guest598594   -  Dec 15, 2007
on *:text:*:#:{
  if ($istok(!k !kb !kick,$1,32) && $2 == $me) {
    msg $chan !kb $nick
  }
}
 Respond  
Joshuaxiong1   -  Dec 14, 2007

I don\'t know how to script. But it would be better if maybe...

on :TEXT:!kb $me:#: {
mode $chan
}

 Respond  
kerstt   -  Jun 08, 2007

why do /kb $2 $3-... u can just /kb $2- also u then need the /kb alias

 Respond  
SyntaxIRC   -  Jun 08, 2007

Useless. Why use a command to use a command when you can just use !kb instead of that script?

 Respond  
sadistic_sin   -  Jun 07, 2007

awesomeness

 Respond  
AHBARAR   -  Jun 07, 2007

noh sadistic_sin they r right in this on that way no 1 will kick any or banned any u have first to set this in ur bot but make sure u chane to a level of owner so no 1 use it than u like
on 100:text:!kb
:#: {
if ($2 == $null) { msg $nick error command: !kb with reason or no u free to chosse }
else {
/kb $2 $3-
}

and that will do the trick

 Respond  
sadistic_sin   -  Jun 06, 2007

oh, nevermind i thought you were basically leaving the same comment as |MELIORITE| was, my bad and thankyou for pointing that out to me..

 Respond  
sadistic_sin   -  Jun 06, 2007

read the comment i left for my snippet.

 Respond  
xDaeMoN   -  Jun 06, 2007

Currently, these codes won\'t work due to the \"{\" before \"on *:TEXT:...\". You might want to test your code(s) first before posting. ;)

 Respond  
sadistic_sin   -  Jun 06, 2007

i made it for people with lower access trying to kick you.. but true if they have higher access, it wont do anything

 Respond  
Zachery   -  Jun 06, 2007

It will if the server has anope

 Respond  
|MELIORITE|   -  Jun 06, 2007

This snippet won\'t do anything

 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.