Log in | Back to darenet.org

Server Commands/DIE

(New page: <pre>DIE [delay] :<reason></pre> Causes the ircd process to exit, the given reason will be broadcasted out. If a delay in seconds is specified then the server will stop allowing new conne...)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
<pre>DIE [delay] :<reason></pre>
+
'''Syntax:''' <code>DIE [delay] :<reason></code>
 +
 
Causes the ircd process to exit, the given reason will be broadcasted out. If a delay in seconds is specified then the server will stop allowing new connections and terminate the server after [delay] seconds.
Causes the ircd process to exit, the given reason will be broadcasted out. If a delay in seconds is specified then the server will stop allowing new connections and terminate the server after [delay] seconds.

Current revision as of 06:46, 10 December 2008

Syntax: DIE [delay] :<reason>


Causes the ircd process to exit, the given reason will be broadcasted out. If a delay in seconds is specified then the server will stop allowing new connections and terminate the server after [delay] seconds.


(Return to Main listing of Server Commands)