Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_whois.c
index 034374f9730ec5fa24ec25dfacbef42215714d76..0f2bf933b53fd10f9efb9d70f7ea0a23bb71dfad 100644 (file)
@@ -245,7 +245,7 @@ exact_match:
             {
               if (len + strlen(chptr->chname) + mlen > BUFSIZE - 5)
               {
-               send_reply(sptr, RPL_EXPLICIT | RPL_WHOISCHANNELS,
+               send_reply(sptr, SND_EXPLICIT | RPL_WHOISCHANNELS,
                           "%s :%s", name, buf);
                 *buf = '\0';
                 len = 0;
@@ -455,7 +455,7 @@ exact_match:
             {
               if (len + strlen(chptr->chname) + mlen > BUFSIZE - 5)
               {
-               send_reply(sptr, RPL_EXPLICIT | RPL_WHOISCHANNELS, 
+               send_reply(sptr, SND_EXPLICIT | RPL_WHOISCHANNELS, 
                           "%s :%s", name, buf);
                 *buf = '\0';
                 len = 0;
@@ -665,7 +665,7 @@ exact_match:
             {
               if (len + strlen(chptr->chname) + mlen > BUFSIZE - 5)
               {
-               send_reply(sptr, RPL_EXPLICIT | RPL_WHOISCHANNELS,
+               send_reply(sptr, SND_EXPLICIT | RPL_WHOISCHANNELS,
                           "%s :%s", name, buf);
                 *buf = '\0';
                 len = 0;