Parent Directory
|
Revision Log
|
Patch
revision 9999 by michael, Sat Jan 30 16:52:38 2021 UTC | revision 10000 by michael, Sat Jun 26 12:05:38 2021 UTC | |
---|---|---|
# | Line 543 valid_username(const char *username, boo | Line 543 valid_username(const char *username, boo |
543 | { | { |
544 | if (*p == '-' || *p == '_' || *p == '.') | if (*p == '-' || *p == '_' || *p == '.') |
545 | { | { |
546 | if (ConfigGeneral.specials_in_ident && | if (ConfigGeneral.specials_in_ident < ++special) |
ConfigGeneral.specials_in_ident < ++special) | ||
547 | return false; | return false; |
548 | } | } |
549 | else if (!IsUser2Char(*p)) | else if (!IsUser2Char(*p)) |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |