mIRC Home    About    Download    Register    News    Help

Print Thread
#26344 27/05/03 10:08 AM
Joined: May 2003
Posts: 5
O
ORSO Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
O
Joined: May 2003
Posts: 5
Hi all!
When i click for ex 4 nicks in the nickname list,to kickban them conteporarily with the same reasonor with diffrent reason???i have seen in xtreme,but i dont know how to take this code???
I am waiting for ur replies.


(Ex) k was kicked by ORSO(out)
l was kicked by ORSO(out)
m was kicked by ORSO(out)


Life is Beautiful cos is full of d***heads.
#26345 27/05/03 02:04 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
show us the code you've got so far?


Code:
//if ( khaled isgod ) echo yes | else echo no
#26346 27/05/03 05:26 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
What he asks if either help him to rip xtreme either code him the code... I think laugh

#26347 27/05/03 05:52 PM
Joined: Dec 2002
Posts: 30
A
Ameglian cow
Offline
Ameglian cow
A
Joined: Dec 2002
Posts: 30
All you need to do is make some sort of file with some pre made kick messages, then make an identifier that will read fromt his file to the end of your kick commands. $read(file.txt) will be random msgs.

my kick:kick # $$1 $mymessages
alias mymessages return $read(file.txt)

Nicklist popup for example but wherever your kick command is you would use this identifier!

#26348 27/05/03 05:56 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
I don't think we all understand the same thing here...

I think he means when he select 4 or more/less nicks... and he clicks on kick and he puts reason lamers they all get kicked one after the other with the same reason... smile

#26349 27/05/03 05:59 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
I have the two following ideas on how to make this... one would be: set %kr $$?="Kick reason:" | kick $$1 %kr | kick $2 %kr .... kick $$N %kr

either use loops not sure how to script this thought...

#26350 28/05/03 03:05 AM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Kick (Reason):kick # $* $input(Reason for kick,e)


Link Copied to Clipboard