mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	IRC_QUIT_HTTP(): enhance error message
This commit is contained in:
		| @@ -686,7 +686,8 @@ IRC_QUIT( CLIENT *Client, REQUEST *Req ) | ||||
| GLOBAL bool | ||||
| IRC_QUIT_HTTP( CLIENT *Client, REQUEST *Req ) | ||||
| { | ||||
| 	Req->argc = 0; | ||||
| 	Req->argc = 1; | ||||
| 	Req->argv[0] = "Oops, HTTP request received? This is IRC!"; | ||||
| 	return IRC_QUIT(Client, Req); | ||||
| } /* IRC_QUIT_HTTP */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton