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

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 4105 by michael, Mon Jun 30 15:39:47 2014 UTC vs.
Revision 4108 by michael, Mon Jun 30 21:02:06 2014 UTC

# Line 475 | Line 475 | register_local_user(struct Client *sourc
475        source_p->username[i++] = '~';
476  
477      for (; *p && i < USERLEN; ++p)
478 <      if (*p != '[')
479 <        source_p->username[i++] = *p;
478 >      source_p->username[i++] = *p;
479  
480      source_p->username[i] = '\0';
481    }

Diff Legend

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