]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
m_challenge: fix use of undefined behaviour.
[irc/rqf/shadowircd.git] / include / numeric.h
index a85c17ef3966dfee8a689fced936d9d6fd48c8ac..d12f5e67e95d85a187e283662c7b88c609c75b0c 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: numeric.h 1793 2006-08-04 19:56:03Z jilles $
  */
 
 #ifndef INCLUDED_numeric_h
@@ -155,6 +154,7 @@ extern const char *form_str(int);
 #define RPL_LIST             322
 #define RPL_LISTEND          323
 #define RPL_CHANNELMODEIS    324
+#define RPL_CHANNELMLOCK     325 /* from sorircd 1.3 --nenolod */
 
 #define RPL_CHANNELURL       328 /* to be sent by services */
 
@@ -309,6 +309,8 @@ extern const char *form_str(int);
 
 #define ERR_KICKNOREJOIN     495
 
+#define ERR_OWNMODE          494 /* from bahamut -- jilles */
+
 #define ERR_UMODEUNKNOWNFLAG 501
 #define ERR_USERSDONTMATCH   502
 
@@ -378,6 +380,8 @@ extern const char *form_str(int);
 #define RPL_RSACHALLENGE2       740
 #define RPL_ENDOFRSACHALLENGE2  741
 
+#define ERR_MLOCKRESTRICTED     742
+
 #define RPL_SCANMATCHED                750
 #define RPL_SCANUMODES         751