Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_defaults.c
index 4404cc1d93047923eab753f17d315abfe331855d..06f6baacb35945742f0edf7b2b1758124ba5dccf 100644 (file)
@@ -105,7 +105,7 @@ int m_not_oper(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 
 int m_unregistered(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 {
-  send_reply(cptr, RPL_EXPLICIT | ERR_NOTREGISTERED, "%s :Register first.",
+  send_reply(cptr, SND_EXPLICIT | ERR_NOTREGISTERED, "%s :Register first.",
             parv[0]);
   return 0;
 }
@@ -123,7 +123,7 @@ int m_ignore(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 int m_unsupported(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 {
 #if 0
-  send_reply(cptr, RPL_EXPLICIT | ERR_UNSUPPORTED, "%s :Unsupported command",
+  send_reply(cptr, SND_EXPLICIT | ERR_UNSUPPORTED, "%s :Unsupported command",
             parv[0]);
 #endif
   return 0;