Remove snotes on +r about GET/PUT/POST commands.
The server notice "HTTP Proxy disconnected: [<user>@<host>]" is confusing and not particularly useful.
This commit is contained in:
parent
55abcbb20a
commit
0455e7a927
2 changed files with 1 additions and 4 deletions
|
@ -11,7 +11,7 @@ Server notice masks:
|
||||||
+f - Clients refused due to limits
|
+f - Clients refused due to limits
|
||||||
+k - Server and service kill messages
|
+k - Server and service kill messages
|
||||||
+n - Local client nick changes
|
+n - Local client nick changes
|
||||||
+r - Invalid usernames and dumb HTTP proxies
|
+r - Invalid usernames
|
||||||
+s - Generic server messages and oper kills
|
+s - Generic server messages and oper kills
|
||||||
+u - Client connections without auth{} block
|
+u - Client connections without auth{} block
|
||||||
+x - New server introduction and split messages
|
+x - New server introduction and split messages
|
||||||
|
|
|
@ -64,9 +64,6 @@ DECLARE_MODULE_AV1(post, NULL, NULL, post_clist, NULL, NULL, "$Revision: 498 $")
|
||||||
static int
|
static int
|
||||||
mr_dumb_proxy(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
|
mr_dumb_proxy(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
|
||||||
{
|
{
|
||||||
sendto_realops_snomask(SNO_REJ, L_ALL,
|
|
||||||
"HTTP Proxy disconnected: [%s@%s]",
|
|
||||||
client_p->username, client_p->host);
|
|
||||||
exit_client(client_p, source_p, source_p, "Client Exit");
|
exit_client(client_p, source_p, source_p, "Client Exit");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue