From WikiChip
$msgtags Identifier - mIRC
< mirc‎ | identifiers
Revision as of 17:13, 27 April 2019 by Ouims (talk | contribs)

$msgtags returns the full @ prefixed tags line (IRCv3 message tags) which are removed from incoming server messages. $msgtags() returns informations about specifics tags


Synopsis

$msgtags
$msgtags(tag|N)

Parameters

  • tag - returns the tag if it exists, $null otherwise
  • N - returns the Nth tag, if N = 0, returns the total number of tags

Properties

If a parameter is provided, you can use the following properties:

  • .tag - returns the name of the Nth tag
  • .key - returns the associated value of the Nth tag or of the given tag

Example

//echo -a $msgtags(0)

Compatibility

Added: mIRC v7.42
Added on: 17 Jul 2015
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also