m (PatrolBot moved page On disconnect - mIRC to mirc/on events/on disconnect: per new naming convention) |
m (→Compatibility: This was added in 5.02) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''ON DISCONNECT''' event triggers when mIRC has disconnected from an IRC server | + | {{mirc title|On Disconnect - Events}} |
+ | The '''ON DISCONNECT''' event triggers when mIRC has disconnected from an IRC server. | ||
== Synopsis == | == Synopsis == | ||
Line 5: | Line 6: | ||
== Parameters == | == Parameters == | ||
− | + | * '''<level>''' - The corresponding {{mIRC|access levels}} for the event to trigger. | |
− | + | * '''<commands>''' - The commands to be performed when the event listener's criteria is met. | |
+ | |||
+ | == {{mIRC|local identifiers}} == | ||
+ | |||
+ | === {{mIRC|$N|$1-}} === | ||
+ | |||
+ | Returns the server disconnect message that is passed to mIRC. | ||
== Examples == | == Examples == | ||
Line 20: | Line 27: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility| | + | {{mIRC compatibility|5.02}} |
== See Also == | == See Also == | ||
Line 29: | Line 36: | ||
{{mIRC on event list}} | {{mIRC on event list}} | ||
− | [[Category: | + | [[Category:mIRC on events|disconnect]] |
Latest revision as of 18:21, 9 February 2024
The ON DISCONNECT event triggers when mIRC has disconnected from an IRC server.
Synopsis[edit]
ON <level>:DISCONNECT:<commands>
Parameters[edit]
- <level> - The corresponding access levels for the event to trigger.
- <commands> - The commands to be performed when the event listener's criteria is met.
local identifiers[edit]
$1-[edit]
Returns the server disconnect message that is passed to mIRC.
Examples[edit]
; Echo network, and time ; when mIRC disconnected ON *:DISCONNECT:echo -a Disconnected from $network on $asctime(dddd mmmm $+(ddoo,$chr(44), yyyy)) at $asctime(hh:mmtt) $+ . Server disconnect reason: $1-
The following is an example of what will be displayed when mIRC has disconnected from a server:
Disconnected from DALnet on Tuesday June 24th, 2014 at 02:06pm.
The $asctime identifier has been used here in order to specifically format the current date and time.
Compatibility[edit]
Added: mIRC v5.02
Added on: 21 Apr 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
A on Action, on Active, on Agent, on Appactive B on Ban C on Char, on Chat, on Chatclose, on Chatopen, on Close, on Connect, on Connectfail, on Ctcpreply D on Dccserver, on Dehelp, on Deop, on Deowner, on Devoice, on Dialog, on Disconnect, on Dns |
J on Join K on Keydown, on Keyup, on Kick M on Midiend, on Mode, on Mp3end |
Q on Queryclose, on Queryopen, on Quit S on Sendfail, on Serv, on Servclose, on Servermode, on Serverop, on Servopen, on Signal, on Snotice, on Sockclose, on Socklisten, on Sockopen, on Sockread, on Sockwrite, on Start U on Udpread, on Udpwrite, on Unban, on Unload, on Unotify, on Usermode |