Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_pong.c
index bbe4d537ff4a144f7bbc20fba184f6041d49664f..95a411ee2e74fd63ad5126a2f177bdbd83badb13 100644 (file)
@@ -170,7 +170,7 @@ int mr_pong(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
         return register_user(cptr, sptr, sptr->name, sptr->user->username);
     }
     else  
-      send_reply(sptr, RPL_EXPLICIT | ERR_BADPING,
+      send_reply(sptr, SND_EXPLICIT | ERR_BADPING,
                 ":To connect, type /QUOTE PONG %u", sptr->cookie);
   }
   return 0;