From WikiChip
mirc/on events/on parseline
< mirc‎ | on events
Revision as of 05:41, 20 January 2016 by Ouims (talk | contribs) (Created page with "{{mIRC Guide}} The '''on parseline''' event triggers before incoming/outgoing IRC server lines are received/sent and allows a script to modify them == Synopsis == <source lan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:mIRC Guide The on parseline event triggers before incoming/outgoing IRC server lines are received/sent and allows a script to modify them

Synopsis

on <level>:parseline:in|out:<matchtext>:<commands>

Level

Matchtext

See the on text event page for a definition of the <matchtext> parameter

Local identifiers

The on parseline event expose 3 local identifiers

$parsetype

Return the type of line, "in" or "out"

$parseline

Return the message

$parseutf

Return the message $true if mIRC is going to decode/encode utf8 the message after the on parseline event


See also