From WikiChip
Difference between revisions of "mirc/identifiers/$eventparms"
< mirc‎ | identifiers

(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...")
 
m (Compatibility: Fix)
 
Line 13: Line 13:
  
 
== Compatibility ==
 
== Compatibility ==
coming soon
 
 
{{mIRC compatibility|7.53}}
 
{{mIRC compatibility|7.53}}
  

Latest revision as of 10:21, 6 February 2024

$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