send "End of burst" snote to L_NETWIDE (#356)

This commit is contained in:
Jess Porter 2022-08-19 03:17:05 +01:00 committed by GitHub
parent 860187d028
commit a5192806a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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));