From WikiChip
$parseline Identifier - mIRC
< mirc‎ | identifiers

$parseline return the line involved in the on parseline event.


Synopsis

$parseline

Note: For out lines, $parseline is terminated with a $LF character that is not visible when viewed in mIRC. You may wish to remove this with:

var %pl $parseline
if ($asc($right(%pl,1)) == 10) %pl = $right(%pl,-1)

Parameters

None

Properties

None

Example

on *:parseline:*:*:echo -a $parseline

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

[Expand]
v · d · e mIRC identifier list