X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilccommand.h;h=d6e982633afc27aa6863fd4079ab39c870b3f799;hb=0dcbb205044702fc7aa8563ef164328a218c4e69;hp=adf99a5875e3db1154b5e5b687ff68886907210a;hpb=d87aca00b57bdd0fb7afad4fcfe3140aa03bac2c;p=silc.git diff --git a/lib/silccore/silccommand.h b/lib/silccore/silccommand.h index adf99a58..d6e98263 100644 --- a/lib/silccore/silccommand.h +++ b/lib/silccore/silccommand.h @@ -122,11 +122,12 @@ typedef unsigned short SilcCommandStatus; #define SILC_STATUS_ERR_UNKNOWN_MODE 37 #define SILC_STATUS_ERR_NOT_YOU 38 #define SILC_STATUS_ERR_NO_CHANNEL_PRIV 39 -#define SILC_STATUS_ERR_NO_SERVER_PRIV 40 -#define SILC_STATUS_ERR_NO_ROUTER_PRIV 41 -#define SILC_STATUS_ERR_BAD_NICKNAME 42 -#define SILC_STATUS_ERR_BAD_CHANNEL 43 -#define SILC_STATUS_ERR_AUTH_FAILED 44 +#define SILC_STATUS_ERR_NO_CHANNEL_FOPRIV 40 +#define SILC_STATUS_ERR_NO_SERVER_PRIV 41 +#define SILC_STATUS_ERR_NO_ROUTER_PRIV 42 +#define SILC_STATUS_ERR_BAD_NICKNAME 43 +#define SILC_STATUS_ERR_BAD_CHANNEL 44 +#define SILC_STATUS_ERR_AUTH_FAILED 45 /* Prototypes */ SilcCommandPayload silc_command_payload_parse(SilcBuffer buffer);