From 757f5aa8fc01be7b0cf84d088ad1e8f9bcf52415 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 bed2cf6..10f06eb 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);