Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / ircd.c
index f49033145a66d2041e123f0419feebc38c32d5c7..47ea5c691676c12851bea4ad95c206563f7f973b 100644 (file)
@@ -340,9 +340,9 @@ static time_t check_pings(void)
        * nospoof PONG.
        */
       if (*cptr->name && cptr->user && *cptr->user->username) {
-       send_reply(cptr, RPL_EXPLICIT | ERR_BADPING,
+       send_reply(cptr, SND_EXPLICIT | ERR_BADPING,
                   ":Your client may not be compatible with this server.");
-       send_reply(cptr, RPL_EXPLICIT | ERR_BADPING,
+       send_reply(cptr, SND_EXPLICIT | ERR_BADPING,
                   ":Compatible clients are available at "
                   "ftp://ftp.undernet.org/pub/irc/clients");
       }