Make Client block passwords work again (reported by Reed).
[ircu2.10.12-pk.git] / ircd / s_user.c
index 4a97b0248d13dd8ba0174fb9559a2769c320ef4c..58e9ecf1246dc9e2453070d50a16e350c15f81bf 100644 (file)
@@ -469,7 +469,6 @@ int register_user(struct Client *cptr, struct Client *sptr,
       return exit_client(cptr, sptr, &me, "USER: Bogus userid.");
 
     if (!EmptyString(aconf->passwd)
-        && !(IsDigit(*aconf->passwd) && !aconf->passwd[1])
         && strcmp(cli_passwd(sptr), aconf->passwd))
     {
       ServerStats->is_ref++;