]> jfr.im git - solanum.git/commitdiff
send "End of burst" snote to L_NETWIDE (#356)
authorJess Porter <redacted>
Fri, 19 Aug 2022 02:17:05 +0000 (03:17 +0100)
committerGitHub <redacted>
Fri, 19 Aug 2022 02:17:05 +0000 (03:17 +0100)
modules/m_pong.c

index 5d17215840525b85c4b928b9bb43a1f84079b79a..a56ab7e522faa4e8b609d1ab7fdba0e8abbe99b7 100644 (file)
@@ -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));