From WikiChip
Difference between revisions of "mirc/local identifiers"
(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 | + | {{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}}. | ||
− | + | == 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: | ||
− | + | {{collist | |
− | {{mIRC|on action}} | + | |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}} | ||
− | |||
− | + | {{stub}} |
Revision as of 19:22, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
- mSL Commands
- mSL Identifiers
- mSL Local Identifiers
- mSL Events
- mSL Event Prefixes
Security
Other
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:
The following are considered IRC events:
- on action
- on ban
- on connect
- on disconnect
- on connectfail
- on ctcpreply
- on dehelp
- on devoice
- on deop
- on deowner
- on error
- on filercvd
- on filesent
- on getfail
- on help
- on invite
- on kick
- on logon
- on mode
- on nick
- on nosound
- on notice
- on notify
- on op
- on open
- on owner
- on part
- on quit
- on rawmode
- on sendfail
- on servermode
- on serverop
- on snotice
- on text
- on topic
- on unban
- on unotify
- on voice
- on wallops
- ctcp event
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
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. |