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

(Created page with "Local identifiers are all the identifiers which may only return a value inside an event. Here is a list of all the local identifiers for all events == IRC related events ==...")
 
Line 1: Line 1:
Local identifiers are all the identifiers which may only return a value inside an event.
+
{{mirc title|Local Identifiers}}
 +
'''Local identifiers''' are {{mirc|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 {{mirc|$null}}.
  
Here is a list of all the local identifiers for all events
+
== local identifiers ==
 +
Below is a list of all the local identifiers for all events:
  
== IRC related events ==
+
=== IRC related events ===
 +
The following are considered IRC events:
  
The following are considered IRC events:
+
{{collist
{{mIRC|on action}}, {{mIRC|on ban}}, {{mIRC|on connect}}, {{mIRC|on disconnect}}, {{mIRC|on connectfail}}, {{mIRC|on ctcpreply}}, {{mIRC|on dehelp}}, {{mIRC|on devoice}}, {{mIRC|on deop}}, {{mIRC|on deowner}}, {{mIRC|on error}}, {{mIRC|on filercvd}}, {{mIRC|on filesent}}, {{mIRC|on getfail}}, {{mIRC|on help}}, {{mIRC|on invite}}, {{mIRC|on kick}}, {{mIRC|on logon}}, {{mIRC|on mode}}, {{mIRC|on nick}}, {{mIRC|on nosound}}, {{mIRC|on notice}}, {{mIRC|on notify}}, {{mIRC|on op}}, {{mIRC|on open}}, {{mIRC|on owner}}, {{mIRC|on part}}, {{mIRC|on quit}}, {{mIRC|on rawmode}}, {{mIRC|on sendfail}}, {{mIRC|on servermode}}, {{mIRC|on serverop}}, {{mIRC|on snotice}}, {{mIRC|on text}}, {{mIRC|on topic}}, {{mIRC|on unban}}, {{mIRC|on unotify}}, {{mIRC|on voice}}, {{mIRC|on wallops}}, {{mIRC|ctcp event}}
+
|count = 3
 +
|* {{mIRC|on action}}
 +
* {{mIRC|on ban}}
 +
* {{mIRC|on connect}}
 +
* {{mIRC|on disconnect}}
 +
* {{mIRC|on connectfail}}
 +
* {{mIRC|on ctcpreply}}
 +
* {{mIRC|on dehelp}}
 +
* {{mIRC|on devoice}}
 +
* {{mIRC|on deop}}
 +
* {{mIRC|on deowner}}
 +
* {{mIRC|on error}}
 +
* {{mIRC|on filercvd}}
 +
* {{mIRC|on filesent}}
 +
* {{mIRC|on getfail}}
 +
* {{mIRC|on help}}
 +
* {{mIRC|on invite}}
 +
* {{mIRC|on kick}}
 +
* {{mIRC|on logon}}
 +
* {{mIRC|on mode}}
 +
* {{mIRC|on nick}}
 +
* {{mIRC|on nosound}}
 +
* {{mIRC|on notice}}
 +
* {{mIRC|on notify}}
 +
* {{mIRC|on op}}
 +
* {{mIRC|on open}}
 +
* {{mIRC|on owner}}
 +
* {{mIRC|on part}}
 +
* {{mIRC|on quit}}
 +
* {{mIRC|on rawmode}}
 +
* {{mIRC|on sendfail}}
 +
* {{mIRC|on servermode}}
 +
* {{mIRC|on serverop}}
 +
* {{mIRC|on snotice}}
 +
* {{mIRC|on text}}
 +
* {{mIRC|on topic}}
 +
* {{mIRC|on unban}}
 +
* {{mIRC|on unotify}}
 +
* {{mIRC|on voice}}
 +
* {{mIRC|on wallops}}
 +
* {{mIRC|ctcp event}}
 +
}}
 +
 
 +
Additionally '''$1-''' is filled with a message, applicable in all events above except for {{mIRC|on ban}}, {{mIRC|on connect}}, {{mIRC|on disconnect}}, {{mIRC|on dehelp}}, {{mIRC|on devoice}}, {{mIRC|on deop}}, {{mIRC|on deowner}}, {{mIRC|on filercvd}}, {{mIRC|on filesent}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}
  
* '''$1-''' - filled with a message, applicable in all events above except for {{mIRC|on ban}}, {{mIRC|on connect}}, {{mIRC|on disconnect}}, {{mIRC|on dehelp}}, {{mIRC|on devoice}}, {{mIRC|on deop}}, {{mIRC|on deowner}}, {{mIRC|on filercvd}}, {{mIRC|on filesent}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}, {{mIRC|on action}}
 
  
-- need more work.
+
{{stub}}

Revision as of 20:22, 15 June 2017

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.

local identifiers

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

IRC related events

The following are considered IRC events:

Additionally $1- is filled with a message, applicable in all events above except for on ban, on connect, on disconnect, on dehelp, on devoice, on deop, on deowner, on filercvd, on filesent, on action, on action, on action, on action, on action, on action, on action, on action


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.