Difference between revisions of "$awaytime"
From Scriptwiki
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
The following will display (to yourself) how long you have been marked as being away. | The following will display (to yourself) how long you have been marked as being away. | ||
− | + | [[Echo|echo -a]] I went away: [[$duration]]($awaytime) ago. | |
== See also == | == See also == | ||
− | + | * [[Modifying mIRCs own Away system]] | |
− | [[Modifying mIRCs own Away system]] | + | * [[$away]] |
+ | * [[$awaymsg]] | ||
[[Category:Other Identifiers]] | [[Category:Other Identifiers]] |
Latest revision as of 10:18, 2 July 2007
Returns the amount of seconds you have been marked as being away.
$awaytime
- It has no parameters or options
Examples
The following will display (to yourself) how long you have been marked as being away.
echo -a I went away: $duration($awaytime) ago.