From 34c10ff5f5612a377a6511d1c60141d5e8f3d062 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 25 Dec 2007 00:18:34 +0100 Subject: [PATCH] Make the notable TS delta snote netwide as this may screw up the entire network. --- modules/m_svinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_svinfo.c b/modules/m_svinfo.c index bed2cf65..10f06eb0 100644 --- a/modules/m_svinfo.c +++ b/modules/m_svinfo.c @@ -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);