} /* IRC_QUIT */
+GLOBAL bool
+IRC_QUIT_HTTP( CLIENT *Client, REQUEST *Req )
+{
+ Req->argc = 0;
+ return IRC_QUIT(Client, Req);
+} /* IRC_QUIT_HTTP */
+
+
/**
* Handler for the IRC "PING" command.
*
* @param Req Request structure with prefix and all parameters.
* @returns CONNECTED or DISCONNECTED.
*/
-GLOBAL bool
-IRC_QUIT_HTTP( CLIENT *Client, REQUEST *Req )
-{
- Req->argc = 0;
- return IRC_QUIT(Client, Req);
-}
-
-
GLOBAL bool
IRC_PING(CLIENT *Client, REQUEST *Req)
{