From WikiChip
Difference between revisions of "mirc/identifiers/$msgstamp"
< mirc‎ | identifiers

(Created page)
 
m
Line 1: Line 1:
{{mirc title|$msgstamp Identifier}}'''$msgstamp''' is available if server-time or znc.in/server-time[-iso] support was detected by mIRC on connect. It contains the @time UTC timestamp sent together with messages.
+
{{mirc title|$msgstamp identifier}}'''$msgstamp''' is available if server-time or znc.in/server-time[-iso] support was detected by mIRC on connect. It contains the @time UTC timestamp sent together with messages.
  
 
== Synopsis ==
 
== Synopsis ==
Line 8: Line 8:
  
 
== Example ==
 
== Example ==
'''Reuse a ZNC playback buffer message timestamp with a self-defined format'''
+
Reuse a ZNC playback buffer message timestamp with a self-defined format:
 
<source lang="mIRC">//echo -a $asctime($msgstamp, "[HH:nn:ss]") $text</source>
 
<source lang="mIRC">//echo -a $asctime($msgstamp, "[HH:nn:ss]") $text</source>
  
Line 14: Line 14:
 
{{mIRC compatibility|7.33}}
 
{{mIRC compatibility|7.33}}
  
== See Also ==
 
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
 
+
[[Category:mIRC identifiers|msgstamp]]
[[Category:MIRC identifiers]]
 

Revision as of 16:05, 21 September 2017

$msgstamp is available if server-time or znc.in/server-time[-iso] support was detected by mIRC on connect. It contains the @time UTC timestamp sent together with messages.

Synopsis

$msgstamp

Parameters

None

Example

Reuse a ZNC playback buffer message timestamp with a self-defined format:

//echo -a $asctime($msgstamp, "[HH:nn:ss]") $text

Compatibility

Added: mIRC v7.33
Added on: 27 May 2014
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


[Expand]
v · d · e mIRC identifier list