From WikiChip
$eventparms identifier - mIRC
< mirc‎ | identifiers

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

$eventparms

Parameters[edit]

None

Examples[edit]

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

Compatibility[edit]

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

[Expand]
v · d · e mIRC identifier list