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:
Jilles Tjoelker 2014-03-04 23:02:40 +01:00
parent 55abcbb20a
commit 0455e7a927
2 changed files with 1 additions and 4 deletions

View file

@ -11,7 +11,7 @@ Server notice masks:
+f - Clients refused due to limits
+k - Server and service kill messages
+n - Local client nick changes
+r - Invalid usernames and dumb HTTP proxies
+r - Invalid usernames
+s - Generic server messages and oper kills
+u - Client connections without auth{} block
+x - New server introduction and split messages

View file

@ -64,9 +64,6 @@ DECLARE_MODULE_AV1(post, NULL, NULL, post_clist, NULL, NULL, "$Revision: 498 $")
static int
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");
return 0;