Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_pong.c
index a746ca8abb1375c385733d0043008df3062363a1..507212621fae5145c3eb77bfbcb38f10b028d153 100644 (file)
@@ -163,7 +163,7 @@ int mr_pong(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
         /*
          * NICK and USER OK
          */
-        return register_user(cptr, sptr, cli_name(sptr), cli_user(sptr)->username, 0);
+        return register_user(cptr, sptr, cli_name(sptr), cli_user(sptr)->username);
     }
     else  
       send_reply(sptr, SND_EXPLICIT | ERR_BADPING,