X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fnumerics.h;h=8b574b24922519efc77e9520ba74f8ebe4a46074;hb=dfb1e0da7823641ad648f9fbd19b43d2e6b0d7ad;hp=d1899b7570b6ea824b866430f7ce19e2cf6b2457;hpb=a69f543be3bb6df77bfc19eaadc313d405ec2d45;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numerics.h b/include/numerics.h index d1899b757..8b574b249 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -35,13 +35,6 @@ */ enum { - /* - * Reply range of numerics. - */ - RPL_WELCOME = 1, // 2812, not 1459 - RPL_YOURHOSTIS = 2, // 2812, not 1459 - RPL_SERVERCREATED = 3, // 2812, not 1459 - RPL_SERVERVERSION = 4, // 2812, not 1459 RPL_ISUPPORT = 5, // not RFC, extremely common though (defined as RPL_BOUNCE in 2812, widely ignored) RPL_SNOMASKIS = 8, // unrealircd @@ -165,6 +158,8 @@ enum RPL_SYNTAX = 650, // insp-specific ERR_INVALIDMODEPARAM = 696, // insp-specific + ERR_LISTMODEALREADYSET = 697, // insp-specific + ERR_LISTMODENOTSET = 698, // insp-specific RPL_OTHERUMODEIS = 803, // insp-specific RPL_OTHERSNOMASKIS = 804, // insp-specific