mIRC Homepage
Posted By: yamaz Execute commands in a remote client - 17/03/05 11:34 AM
Hi, I'd need a simple script to make a remote client (my mirc at workplace) execute whatever I tell it to execute.

I mean queries, messages, commands....like a kind of pc anywhere limited to irc commands...how can I do?

thanks a lot
Posted By: Armada Re: Execute commands in a remote client - 17/03/05 01:27 PM
on *:text:!exe *:?: {
if ($nick == YourRemoteNick) && ($2 == APASSWORD) {
$3-
}
}
Usage: /msg YourMirc !exe APASSWORD join #help
Posted By: NeUtRoN_StaR Re: Execute commands in a remote client - 17/03/05 09:24 PM
very nice
© mIRC Discussion Forums