mIRC Home    About    Download    Register    News    Help

Print Thread
#166185 07/12/06 01:31 PM
Joined: May 2005
Posts: 74
D
Dracoz Offline OP
Babel fish
OP Offline
Babel fish
D
Joined: May 2005
Posts: 74
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 ?

Joined: Jan 2003
Posts: 53
Z
Babel fish
Offline
Babel fish
Z
Joined: Jan 2003
Posts: 53
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
}

Joined: May 2005
Posts: 74
D
Dracoz Offline OP
Babel fish
OP Offline
Babel fish
D
Joined: May 2005
Posts: 74
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


Link Copied to Clipboard