Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_user.c
index ee7325ec7af7c52aabd61da7f67d67acefd23a19..ad0ce75424248d3f1c411ad46f5a8fd8b32dd4af 100644 (file)
@@ -165,7 +165,7 @@ int m_user(struct Client *cptr, struct Client *sptr, int parc, char *parv[])
     /*
      * NICK and PONG already received, now we have USER...
      */
-    return register_user(cptr, sptr, sptr->name, username);
+    return register_user(cptr, sptr, sptr->name, username, 0);
   }
   else {
     ircd_strncpy(user->username, username, USERLEN);