mIRC Home    About    Download    Register    News    Help

Print Thread
#81848 04/05/04 12:18 PM
Joined: May 2004
Posts: 3
Q
Qidow Offline OP
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: May 2004
Posts: 3
mIRC 6.03
i want a kickban on time:
/kbt nick time

But:
-i set Timer$$1, and not timer[nick]
-the kick reason is only the time
how can i change this????
/kbt {
/msg $chan $$1, $$2 sec. kickban...
/mode $chan +b $$1
/timer$$1 1 $$2 /mode $chan -b $$1
/k $$1 $$2 sec. kickban..
}


Power corrupts
#81849 04/05/04 01:33 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
alias kbt ban -ku $+ $2 $chan $1 $iif($3,$3-,Get lost creep!)


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#81850 04/05/04 01:35 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
He has mirc 6.03, the -k switch isn't in that version. wink


New username: hixxy
#81851 04/05/04 01:37 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
A perfect time to upgrade. cool

alias kbt ban -u $+ $2 $chan $1 2 | kick $chan $1 $iif($3,$3-,Get lost creep!)


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#81852 04/05/04 01:39 PM
Joined: May 2004
Posts: 3
Q
Qidow Offline OP
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: May 2004
Posts: 3
yap, i know, but i like mines, with my scripts from noname :P shocked


Power corrupts
#81853 04/05/04 01:49 PM
Joined: May 2004
Posts: 3
Q
Qidow Offline OP
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: May 2004
Posts: 3
thnx, its working now.... laugh


Power corrupts

Link Copied to Clipboard