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

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


Synopsis[edit]

$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[edit]

None

Properties[edit]

None

Example[edit]

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

Compatibility[edit]

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[edit]

[Expand]
v · d · e mIRC identifier list