ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_svinfo.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/modules/m_svinfo.c (file contents):
Revision 7329 by michael, Thu Feb 18 21:07:50 2016 UTC vs.
Revision 7648 by michael, Sun Jul 17 14:37:14 2016 UTC

# Line 93 | Line 93 | ms_svinfo(struct Client *source_p, int p
93           get_client_name(source_p, SHOW_IP), CurrentTime, theirtime, deltat);
94      sendto_realops_flags(UMODE_SERVNOTICE, L_OPER, SEND_NOTICE,
95           "Link %s dropped, excessive TS delta (my TS=%ju, their TS=%ji, delta=%ji)",
96 <          get_client_name(source_p, MASK_IP), CurrentTime, theirtime, deltat);
96 >         get_client_name(source_p, MASK_IP), CurrentTime, theirtime, deltat);
97      ilog(LOG_TYPE_IRCD,
98           "Link %s dropped, excessive TS delta (my TS=%ju, their TS=%ji, delta=%ji)",
99           get_client_name(source_p, SHOW_IP), CurrentTime, theirtime, deltat);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)