summaryrefslogtreecommitdiff
path: root/modules/m_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_post.c')
-rw-r--r--modules/m_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_post.c b/modules/m_post.c
index f8e6ff6..7dade59 100644
--- a/modules/m_post.c
+++ b/modules/m_post.c
@@ -39,7 +39,7 @@ static void
mr_dumb_proxy(struct Client *client_p, struct Client *source_p,
int parc, char *parv[])
{
- sendto_realops_flags(UMODE_REJ, L_ALL,
+ sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE,
"HTTP Proxy disconnected: [%s@%s]",
client_p->username, client_p->host);
exit_client(source_p, source_p, "Client Exit");