$awaytime: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(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.
  [[Echo|echo -a]] I went away: [[$duration]]($awaytime) ago.


== See also ==
== See also ==
 
* [[Modifying mIRCs own Away system]]
[[Modifying mIRCs own Away system]], [[$away]] and [[$awaymsg]].
* [[$away]]  
* [[$awaymsg]]


[[Category:Other Identifiers]]
[[Category:Other Identifiers]]

Latest revision as of 09: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.

See also