X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/4562c604897f18f08e1bee993d455d9c1774f9ad..8ee12f0c437eec8aa42af7b350c7e2a3ccafedbc:/modules/core/m_squit.c diff --git a/modules/core/m_squit.c b/modules/core/m_squit.c index 9a2c2b75..28362218 100644 --- a/modules/core/m_squit.c +++ b/modules/core/m_squit.c @@ -148,12 +148,7 @@ ms_squit(struct Client *client_p, struct Client *source_p, int parc, const char ":%s WALLOPS :Remote SQUIT %s from %s (%s)", me.id, target_p->name, source_p->name, comment); - sendto_server(NULL, NULL, NOCAPS, CAP_TS6, - ":%s WALLOPS :Remote SQUIT %s from %s (%s)", - me.name, target_p->name, source_p->name, comment); - ilog(L_SERVER, "SQUIT From %s : %s (%s)", parv[0], target_p->name, comment); - } exit_client(client_p, target_p, source_p, comment); return 0;