mIRC Homepage
Posted By: ORSO Help! - 27/05/03 10:08 AM
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)
Posted By: theRat Re: Help! - 27/05/03 02:04 PM
show us the code you've got so far?
Posted By: FunChatter Re: Help! - 27/05/03 05:26 PM
What he asks if either help him to rip xtreme either code him the code... I think laugh
Posted By: arps Re: Help! - 27/05/03 05:52 PM
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!
Posted By: FunChatter Re: Help! - 27/05/03 05:56 PM
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
Posted By: FunChatter Re: Help! - 27/05/03 05:59 PM
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...
Posted By: Nimue Re: Help! - 28/05/03 03:05 AM
Kick (Reason):kick # $* $input(Reason for kick,e)
© mIRC Discussion Forums