mIRC Homepage
Posted By: Dracoz Making a timer on this - 07/12/06 01:31 PM
i got this script
Code:
on *:TEXT:!kick*:#: {
  if ($2 == $me) {
    kick # $nick Dont kick me
  }
}


Now i want some extra's to it.
So when someone type's !kick <my name>
It will kick the user & does mode $chan +J 1337
and 5sec after that it does mode -J

Anyone can help me ?
Posted By: Zonk Re: Making a timer on this - 07/12/06 01:37 PM
I have no clue what thats good for but anyway wink

if (...) {
kick # $nick Dont kick me
mode # +J 1337
.timermode. $+ $chan 1 5 mode # -J
}
Posted By: Dracoz Re: Making a timer on this - 07/12/06 03:03 PM
Hmm i changed the kick and the +J mode :P
It works smile
Thanx dude super !!

+J = that someone cant join the channel for "1337" seconds after kicked ;p
© mIRC Discussion Forums