$msgstamp » History » Version 1
  Per Amundsen, 08/01/2015 03:54 AM 
  
| 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 | *Example* | ||
| 10 | |||
| 11 | <pre> | ||
| 12 | on *:TEXT:*:#:echo -ag Message was received from server at $asctime($msgstamp, HH:nn:ss) | ||
| 13 | </pre> |