-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/on events/on quit
The ON QUIT event is triggered when a user quits/disconnects from the IRC network while on the same channel as the local mIRC client.
Contents
Synopsis
ON <level>:QUIT:<commands>
<level>The level for the event to trigger.
<commands>The commands to be performed when the event listener's criteria is met.
Example
When a user disconnects, stop mIRC's default message and, instead, echo to the active window a custom message:
ON ^*:QUIT: { echo -a * $nick just disconnected from $network haltdef }
Compatibility
Added: mIRC v2.1a
Added On: 28/02/95