From WikiChip
Difference between revisions of "mirc/commands/away"
m (bot: sort-key added to category) |
m (PatrolBot moved page /away command - mIRC to mirc/commands/away: per new naming convention) |
(No difference)
|
Revision as of 23:28, 12 August 2014
Template:mIRC menu The /away command marks you as away with the server. Using the away with no parameters will unset your away status. Even though /away uses IRC to mark you as away; this command also stores the away message and the time left internally.
Synopsis
/away [message]
Switches
None
Parameters
- [message] - The away message to be set.
Example
;Set an away message /away Work, will be back at 10PM ;Unset your away status /away
The above example will output:
- You have been marked as being away - You are no longer marked as being away -
The /away command is usually combined with the $away, $awaymsg, and $awaytime idnetifers:
; /setAway Work, will be back at 10PM alias setAway { if (!$away) { ; mark as away away $$1- amsg I am currently away } else echo -c info * /setAway: You are currently away } ; /remAway alias remAway { if ($away) { amsg I am back (from: $awaymsg $+ ) I was gone for $duration($awaytime) ;unset the away status away } else echo -c info * /remAway: You are not away }
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
mIRC commands list