]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_svinfo.c
Use "SID Exists" instead of "Server Exists" where appropriate.
[irc/rqf/shadowircd.git] / modules / m_svinfo.c
index bed2cf656356bf98ddfb18539b9d36222eb43283..10f06eb0826373d875209f621ee3607af187e49a 100644 (file)
@@ -103,7 +103,7 @@ ms_svinfo(struct Client *client_p, struct Client *source_p, int parc, const char
 
        if(deltat > ConfigFileEntry.ts_warn_delta)
        {
-               sendto_realops_snomask(SNO_GENERAL, L_ALL,
+               sendto_realops_snomask(SNO_GENERAL, L_NETWIDE,
                                     "Link %s notable TS delta"
                                     " (my TS=%ld, their TS=%ld, delta=%d)",
                                     source_p->name, (long) CurrentTime, (long) theirtime, deltat);