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

Comparing ircd-hybrid/trunk/modules/core/m_nick.c (file contents):
Revision 3078 by michael, Fri Feb 28 20:34:07 2014 UTC vs.
Revision 3079 by michael, Sat Mar 1 17:22:03 2014 UTC

# Line 326 | Line 326 | nick_from_server(struct Client *client_p
326      }
327  
328      sendto_common_channels_local(source_p, 1, 0, ":%s!%s@%s NICK :%s",
329 <                                 source_p->name,source_p->username,
329 >                                 source_p->name, source_p->username,
330                                   source_p->host, nick);
331  
332      whowas_add_history(source_p, 1);
333 <    sendto_server(client_p, CAP_TS6, NOCAPS,
334 <                  ":%s NICK %s :%lu",
333 >    sendto_server(client_p, CAP_TS6, NOCAPS, ":%s NICK %s :%lu",
334                    ID(source_p), nick, (unsigned long)source_p->tsinfo);
335 <    sendto_server(client_p, NOCAPS, CAP_TS6,
337 <                  ":%s NICK %s :%lu",
335 >    sendto_server(client_p, NOCAPS, CAP_TS6, ":%s NICK %s :%lu",
336                    source_p->name, nick, (unsigned long)source_p->tsinfo);
337    }
338  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines