From WikiChip
Local Identifiers - mIRC
< mirc
Revision as of 22:24, 28 November 2018 by Ouims (talk | contribs) ($1-)

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

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
  • $site - return the part after the @ in $address
  • $wildsite - returns the address of the user triggering the event in the format *!*@host

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:

Text document with shapes.svg This article is still a stub and needs your attention. You can help improve this article by editing this page and adding the missing information.