From a5192806a9aa31a3159b43f6f4633d84ca587157 Mon Sep 17 00:00:00 2001 From: Jess Porter Date: Fri, 19 Aug 2022 03:17:05 +0100 Subject: [PATCH] send "End of burst" snote to L_NETWIDE (#356) --- modules/m_pong.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_pong.c b/modules/m_pong.c index 5d172158..a56ab7e5 100644 --- a/modules/m_pong.c +++ b/modules/m_pong.c @@ -87,7 +87,7 @@ ms_pong(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_ if(IsServer(source_p) && !HasSentEob(source_p)) { if(MyConnect(source_p)) - sendto_realops_snomask(SNO_GENERAL, L_ALL, + sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "End of burst (emulated) from %s (%d seconds)", source_p->name, (signed int) (rb_current_time() - source_p->localClient->firsttime));