X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d2e6d8d715189a45441774365458fff1991648cf..930629c5f23f59b43566aee2e75bddee6e53ff20:/include/numeric.h diff --git a/include/numeric.h b/include/numeric.h index b80c200..a43c740 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -120,6 +120,8 @@ extern const char *form_str(int); #define RPL_PRIVS 270 /* from ircu */ +#define RPL_WHOISCERTFP 276 /* from oftc-hybrid */ + #define RPL_ACCEPTLIST 281 #define RPL_ENDOFACCEPT 282 @@ -162,6 +164,9 @@ extern const char *form_str(int); #define RPL_NOTOPIC 331 #define RPL_TOPIC 332 #define RPL_TOPICWHOTIME 333 + +#define RPL_WHOISBOT 335 + #define RPL_WHOISACTUALLY 338 #define RPL_INVITING 341 @@ -175,6 +180,7 @@ extern const char *form_str(int); #define RPL_VERSION 351 #define RPL_WHOREPLY 352 +#define RPL_WHOSPCRPL 354 /* from ircu -- jilles */ #define RPL_ENDOFWHO 315 #define RPL_NAMREPLY 353 #define RPL_WHOWASREAL 360 @@ -254,6 +260,8 @@ extern const char *form_str(int); #define ERR_SUMMONDISABLED 445 #define ERR_USERSDISABLED 446 +#define ERR_NOINVITE 447 + #define ERR_NOTREGISTERED 451 #define ERR_ACCEPTFULL 456 @@ -293,6 +301,8 @@ extern const char *form_str(int); #define ERR_NOOPERHOST 491 +#define ERR_NOCTCP 492 + #define ERR_UMODEUNKNOWNFLAG 501 #define ERR_USERSDONTMATCH 502