$away

From Scriptwiki
Revision as of 08:00, 4 September 2005 by Zyberdog (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns $true or $false showing if you are marked as away or not

$away
  • It has no parameters or options

Examples

alias awaycheck {
  if ($away == $true) { echo -a I am currently away. }
  else { echo -a I am currently NOT away. }
}

See also

Modifying mIRCs own Away system, $awaymsg and $awaytime.