From WikiChip
$eventparms identifier - mIRC
< mirc‎ | identifiers
Revision as of 09:08, 2 October 2018 by Ouims (talk | contribs) (Created page with "{{mirc title|$eventparms identifier}}'''$eventparms''' returns the event-specific parameters passed by the script parser to an executed command. This is nothing but a version...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$eventparms returns the event-specific parameters passed by the script parser to an executed command. This is nothing but a version of $parms that is 'local', it only exists during an event and it has a global scope: you can access the value from an alias called from the event.


Synopsis

$eventparms

Parameters

None

Examples

on *:text:*:#:echo -s $parms -- $eventparms | testpm
alias testpm echo -s $parms -- $eventparms

Compatibility

coming soon Added: mIRC v7.53
Added on: 29 Nov 2018
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