takaharu_
Proof-reading pedantic pain in the proverbial Member #17,633
So you're an admin level on your script and when you query your script you want it do do a specified command?
on admin:text:'do*:?:{ $2- }
Not 100% sure if this would work but if you type 'do then a command, the mIRC script should carry out the command you type, as long as you're a member of the admin user level.
E.g.: 'do msg # hello world
The above command should make mIRC say "hello world" in the channel you're in.
on admin:text:'up:?: { mode $comchan($nick,1) +q $nick }
The above command will set +q on your name, as long as you're a member of the admin user level.
Edited Jan 9, 2010 9:39 PM by The Gate Keeper · fixed up error in code
I don't get paid to know the answer, therefore I'm far more likely to give you a straight and honest answer.
takaharu_
Proof-reading pedantic pain in the proverbial Member #17,633
In which case, if I've read that right, my post did have the answer:
on admin:text:'do*:?:{ $2- }
Writing this: 'do mode #tiba +q err0r
will tell mIRC to do this: /mode #tibe +q err0r
Edited Jan 10, 2010 11:47 PM by takaharu_
I don't get paid to know the answer, therefore I'm far more likely to give you a straight and honest answer.