0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

Make the notable TS delta snote netwide as this may screw up the entire network.

This commit is contained in:
Jilles Tjoelker 2007-12-25 00:18:34 +01:00
parent 62433315e9
commit 34c10ff5f5

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