diff --git a/modules/m_post.c b/modules/m_post.c index 2beb9a5..bb8d6e4 100644 --- a/modules/m_post.c +++ b/modules/m_post.c @@ -67,8 +67,8 @@ mr_dumb_proxy(struct Client *client_p, struct Client *source_p, int parc, const "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, source_p->name, client_p->username, client_p->host); + ":%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;