From WikiChip
Difference between revisions of "mirc/local identifiers"
< mirc

(IRC related events which involve an user)
Line 21: Line 21:
 
* {{mirc|$site}} - return the part after the @ in $address
 
* {{mirc|$site}} - return the part after the @ in $address
 
* {{mirc|$wildsite}} - returns the address of the user triggering the event in the format *!*@host
 
* {{mirc|$wildsite}} - returns the address of the user triggering the event in the format *!*@host
 +
* {{mIRC|$ulevel}} - returns the level of the user that was matched for the triggered event.
 +
* {{mirc|$clevel}} - returns the matching event level for a triggered event
 +
  
 
They apply to:
 
They apply to:
Line 73: Line 76:
 
* {{mirc|$vnick}} - used inside the {{mIRC|on voice}} and {{mIRC|on devoice}} events, returns the name of the voiced/devoiced nickname
 
* {{mirc|$vnick}} - used inside the {{mIRC|on voice}} and {{mIRC|on devoice}} events, returns the name of the voiced/devoiced nickname
 
* {{mirc|$cd}} - used inside the {{mIRC|on chat}} and {{mIRC|on serv}} events, returns the current directory of the connected user
 
* {{mirc|$cd}} - used inside the {{mIRC|on chat}} and {{mIRC|on serv}} events, returns the current directory of the connected user
* {{mirc|$clevel}} - returns the matching event level for a triggered event
 
 
* {{mIRC|on $parseline}} {{mIRC|on $parsetype}} {{mIRC|on $parseutf}} - available in the {{mIRC|on parseline}} event, returns the raw line, the in/out type of direction, and whether or not mIRC is going to decode to utf8 respectively.
 
* {{mIRC|on $parseline}} {{mIRC|on $parsetype}} {{mIRC|on $parseutf}} - available in the {{mIRC|on parseline}} event, returns the raw line, the in/out type of direction, and whether or not mIRC is going to decode to utf8 respectively.
  

Revision as of 15:23, 26 April 2019

Local identifiers are identifiers which only function inside specific events. Attempting to call such identifiers from outside of their designed scope might have undesired results or might simply return $null.

Below is a list of all the local identifiers for all events.

All events

  • $event - returns the name of the event
  • $halted - returns $true if the default actions for this event has been halted
  • $eventid - returns an ID so that dll can evaluate local identifiers during events.
  • $eventparms - if the event has a matchtext, returns the value of the matchtext with spacee preserved
  • $matchkey - if the event has a matchtext, returns the value of the matchtext, with spaces lost.

IRC related events which involve an user

  • $address - returns the address of the user triggering the event in the format user@host
  • $fulladdress - returns the full address of the user triggering the event in the format nick!user@host
  • $nick - returns the nickname of the user triggering the event
  • $rawmsg - returns the raw server line message
  • $rawbytes - returns the undecoded raw line message.
  • $site - return the part after the @ in $address
  • $wildsite - returns the address of the user triggering the event in the format *!*@host
  • $ulevel - returns the level of the user that was matched for the triggered event.
  • $clevel - returns the matching event level for a triggered event


They apply to:

There a few more local identifier related to IRC which exists only in specific events:

Non IRC events

Here is a list for non IRC events:

$1-

Additionally $1- is filled with a message, applicable in the following events: