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

Comparing ircd-hybrid/trunk/modules/core/m_sjoin.c (file contents):
Revision 3162 by michael, Sat Mar 15 19:43:39 2014 UTC vs.
Revision 3169 by michael, Sun Mar 16 09:55:04 2014 UTC

# Line 185 | Line 185 | ms_sjoin(struct Client *source_p, int pa
185      if (newts < 800000000)
186      {
187        sendto_realops_flags(UMODE_DEBUG, L_ALL, SEND_NOTICE,
188 <                           "*** Bogus TS %lu on %s ignored from %s",
188 >                           "*** Bogus TS %lu on %s ignored from %s(via %s)",
189                             (unsigned long)newts, chptr->chname,
190 <                           source_p->name);
190 >                           source_p->name, source_p->from->name);
191  
192        newts = (oldts == 0) ? 0 : 800000000;
193      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines