modules/m_post: Remove snotes
Change made to track upstream
This commit is contained in:
parent
53c7dba717
commit
4d941d3f49
|
@ -63,12 +63,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);
|
||||
sendto_server(NULL, NULL, CAP_TS6, NOCAPS,
|
||||
":%s ENCAP * SNOTE r :%s :HTTP Proxy disconnected: [%s@%s]",
|
||||
me.id, me.name, client_p->username, client_p->host);
|
||||
exit_client(client_p, source_p, source_p, "Client Exit");
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue