$msgstamp » History » Version 2
  Per Amundsen, 03/06/2017 10:48 PM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.7_  | 
|---|---|---|---|
| 2 | |||
| 3 | *$msgstamp*  | 
||
| 4 | |||
| 5 | Returns the incoming message timestamp from the server in unix format.  | 
||
| 6 | |||
| 7 | This only applies to [[IRCv3]] messages.  | 
||
| 8 | |||
| 9 | 2 | Per Amundsen | _See also [[/echo]]._  | 
| 10 | |||
| 11 | 1 | Per Amundsen | *Example*  | 
| 12 | |||
| 13 | <pre>  | 
||
| 14 | 2 | Per Amundsen | on *:TEXT:*:#:echo -agt Message was received from server at $asctime($msgstamp, HH:nn:ss)  | 
| 15 | |||
| 16 | on *:TEXT:*:#:echo -agt $+ $msgstamp This message uses the $msgstamp as the formatted time.  | 
||
| 17 | 1 | Per Amundsen | </pre>  |