From WikiChip
Local Identifiers - mIRC
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 op, on help, on voice, on owner, on unban, on serverop
Local Identifiers
Below is a list of local identifiers:
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. |