Project

General

Profile

$msgstamp » History » Revision 2

Revision 1 (Per Amundsen, 08/01/2015 03:54 AM) → Revision 2/3 (Per Amundsen, 03/06/2017 10:48 PM)

_Added in 1.9.7_ 

 *$msgstamp* 

 Returns the incoming message timestamp from the server in unix format. 

 This only applies to [[IRCv3]] messages. 

 _See also [[/echo]]._ 

 *Example* 

 <pre> 
 on *:TEXT:*:#:echo -agt -ag Message was received from server at $asctime($msgstamp, HH:nn:ss) 

 on *:TEXT:*:#:echo -agt $+ $msgstamp This message uses the $msgstamp as the formatted time. 
 </pre>