From WikiChip
$stripped Identifier - mIRC
< mirc‎ | identifiers
Revision as of 21:07, 27 September 2015 by 83.204.132.149 (talk) (Created page with "{{mirc title|$stripped Identifier}}'''$stripped''' returns the number of control codes that were stripped from an incoming message, if any. This can be used in any script even...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$stripped returns the number of control codes that were stripped from an incoming message, if any. This can be used in any script event that triggers when a message is received from a user.

Synopsis

$stripped

Paramters

None

Properties

None

Example

on *:text:*:#:echo -a $stripped

Compatibility

Added: mIRC v6.0
Added on: 03 Feb 2002
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$strip