Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / ircd_reply.h
index c792bdb21caafcbee7ae3af7ba1c0478ebd0abde..a99ac3e97c7de35bcb03ac66c6eda68fd0a64285 100644 (file)
@@ -30,7 +30,7 @@ extern int send_error_to_client(struct Client* cptr, int error, ...);
 extern int send_reply(struct Client *to, int reply, ...);
 extern int send_admin_info(struct Client* sptr, const struct ConfItem* data);
 
-#define RPL_EXPLICIT   0x40000000      /* first arg is a pattern to use */
+#define SND_EXPLICIT   0x40000000      /* first arg is a pattern to use */
 
 #endif /* INCLUDED_ircd_reply_h */