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

Comparing ircd-hybrid/branches/8.2.x/src/user.c (file contents):
Revision 3572 by michael, Fri May 16 15:03:26 2014 UTC vs.
Revision 3654 by michael, Wed May 28 20:51:07 2014 UTC

# Line 760 | Line 760 | valid_username(const char *username, con
760          return 0;
761    }
762  
763 <  return  p - username <= USERLEN;;
763 >  return p - username <= USERLEN;;
764   }
765  
766   /* clean_nick_name()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines