hi, i get it a little those mirc scripts,
I wanted to make a script that you can kick yourself (for example: !kickme, and it will kick yourself)
I want it doing via the kick script and if im right that needs to work.
I have the follow script but I dont know its secured and save and I dont know which parameters I need to use, I have the followed:
Maybe you guys can explain what all those $1 - $2 means?
elseif($3 == !kickme){
mta.kick $2 %a
}
I think the %a is what you typed after !kick nickname, and the question is how to fix it so you kan only kick yourself no matter what you enter after the !kickme command.
Thanks to everone who wants to look at it
=)