mIRC Home    About    Download    Register    News    Help

Print Thread
#83428 19/05/04 01:40 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
alias kb {
if ($nick isop #) return
kick # $1 %kickc $1- | inc %Kickc
}


i want convert to ban in mode 2
please any help ?


mess with the best
#83429 19/05/04 01:57 AM
Joined: Dec 2002
Posts: 208
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 208
asuming $1 (the nick) apears in your IAL

and asuming this command is being typed from a channel's editbox or being executed from an event that has the $chan identifier filled

then mode $chan +b $address($1,2)
should do what u want

or u can use ban $chan $1 2

Cobra^


Link Copied to Clipboard