]> jfr.im git - solanum.git/blobdiff - modules/m_post.c
Merge pull request #53 from ShadowNinja/clarify_U+R
[solanum.git] / modules / m_post.c
index 50367e1d5f2807b7076f25905178347ea7fdd614..52407476a6216c5510303ea2aa52c78f147e6d2b 100644 (file)
@@ -59,15 +59,11 @@ DECLARE_MODULE_AV1(post, NULL, NULL, post_clist, NULL, NULL, "$Revision: 498 $")
 
 /*
 ** mr_dumb_proxy
-**      parv[0] = sender prefix
 **      parv[1] = comment
 */
 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;