Kick revenge(simple)

By Jake on May 27, 2006

Put it in your remotes section, and your done. When someone kicks you, it kicks them back with the message "Revenge".

on 1:KICK:#: {
  if ($knick == $me) {
    timer 1 3 kick $chan $nick REVENGE(Maybe this will teach you?)
    timer
  }
}

Comments

Sign in to comment.
HeLL_MasTeR   -  May 25, 2007

timer 1 3 kick $chan $nick REVENGE(Maybe this will teach you?)
timer <---this for what..?? you dont have to do this just

timer 1 3 kick $chan $nick REVENGE(Maybe this will teach you?)

 Respond  
HeLL_MasTeR   -  May 25, 2007

nice simple revengekick hey Bandit you shut up!! MORON!!

 Respond  
RoninWarrior   -  Feb 06, 2007

no dj bot it isnt

 Respond  
Jake   -  Jun 04, 2006

Thank you too sean.

 Respond  
sean   -  May 30, 2006

no need for the else statement :)
and if needbe you can have just: else { return }

 Respond  
Jake   -  May 28, 2006

I\'m sorry, bit of an idiot here, yes I have auto join. Thank you Bandit.

 Respond  
Bandit   -  May 28, 2006

he wouldn\'t have to rejoin the channel if he has auto-rejoin when kicked set to on the mirc options...which I\'m guessing he does, that\'s why I\'m assuming he put in the timer for.

 Respond  
Jake   -  May 28, 2006

erm what?

 Respond  
Dooley   -  May 28, 2006

I think after $knick is kicked you have to rejoin the channel with hostkey

 Respond  
Jake   -  May 28, 2006

HOWEVER I put the else return $null on there :D

 Respond  
Jake   -  May 28, 2006

Yes, today I just realized my mistake...I just figured all that out and then you come and post the same thing I had....damn you :D

 Respond  
Bandit   -  May 28, 2006

Jake, congratulations posting a snippet. I\'m glad to see you are eager to learn mIRC scripting. Now please don\'t take this the wrong way, I\'m only trying to help. But, perhaps some editing of your code would help. I think this would work much better:

on *:KICK:#: {
if ( $knick == $me ) {
timer 1 3 kick $chan $nick REVENGE(Maybe this will teach you?)
}
}

the $knick identifier refers to the nick who was kicked. Thanks, I hope this helps!

--Bandit

 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.