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

Comparing ircd-hybrid-8/modules/core/m_nick.c (file contents):
Revision 1474 by michael, Sun Jul 22 14:44:07 2012 UTC vs.
Revision 1531 by michael, Tue Sep 18 12:09:32 2012 UTC

# Line 373 | Line 373 | ms_nick(struct Client *client_p, struct
373    time_t newts = 0;
374    time_t svsid = 0;
375  
376 <  if (parc < 2 || EmptyString(parv[1]))
376 >  if (parc < 3 || EmptyString(parv[parc - 1]))
377      return;
378  
379    if (parc >= 9)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines