mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-15 18:38:06 +00:00
Move IRC_QUIT_HTTP() below IRC_QUIT()
This commit is contained in:
@@ -683,6 +683,14 @@ IRC_QUIT( CLIENT *Client, REQUEST *Req )
|
|||||||
} /* IRC_QUIT */
|
} /* 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.
|
* Handler for the IRC "PING" command.
|
||||||
*
|
*
|
||||||
@@ -692,14 +700,6 @@ IRC_QUIT( CLIENT *Client, REQUEST *Req )
|
|||||||
* @param Req Request structure with prefix and all parameters.
|
* @param Req Request structure with prefix and all parameters.
|
||||||
* @returns CONNECTED or DISCONNECTED.
|
* @returns CONNECTED or DISCONNECTED.
|
||||||
*/
|
*/
|
||||||
GLOBAL bool
|
|
||||||
IRC_QUIT_HTTP( CLIENT *Client, REQUEST *Req )
|
|
||||||
{
|
|
||||||
Req->argc = 0;
|
|
||||||
return IRC_QUIT(Client, Req);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
GLOBAL bool
|
GLOBAL bool
|
||||||
IRC_PING(CLIENT *Client, REQUEST *Req)
|
IRC_PING(CLIENT *Client, REQUEST *Req)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user