mIRC Homepage
Posted By: NoPleX check away - 26/09/04 01:14 AM
Hi i was wonderring... Can you make a script that tjeks if you are away or not? And can you make it as a:

if ($me == away) { return } ( just a eg. not a script )

Can you do that? And if yes how?
Posted By: sparta Re: check away - 26/09/04 01:19 AM
alias _away {
if ($away == $true) { echo -a You are away }
else echo -a You arent away
}

put that in remote, then type /_away
Posted By: NoPleX Re: check away - 26/09/04 01:20 AM
ah thanks mate wink
© mIRC Discussion Forums