X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcmode.h;h=9a5c4a08de0480a081d68b0bf4873ef1b17ef4ed;hb=bed1deb6f39f715138780b887916587ff897fe97;hp=6949845bc08c545c07755fb3276cbd8c8edabdc3;hpb=fe18ec5cc084c80587f498cbd77aedfac7b7867a;p=silc.git diff --git a/lib/silccore/silcmode.h b/lib/silccore/silcmode.h index 6949845b..9a5c4a08 100644 --- a/lib/silccore/silcmode.h +++ b/lib/silccore/silcmode.h @@ -30,10 +30,8 @@ #define SILC_CHANNEL_MODE_TOPIC 0x0010 /* topic setting by operator */ #define SILC_CHANNEL_MODE_ULIMIT 0x0020 /* user limit set */ #define SILC_CHANNEL_MODE_PASSPHRASE 0x0040 /* passphrase set */ -#define SILC_CHANNEL_MODE_BAN 0x0080 /* ban list set */ -#define SILC_CHANNEL_MODE_INVITE_LIST 0x0100 /* invite list set */ -#define SILC_CHANNEL_MODE_CIPHER 0x0200 /* sets cipher of the channel */ -#define SILC_CHANNEL_MODE_HMAC 0x0400 /* sets hmac of the channel */ +#define SILC_CHANNEL_MODE_CIPHER 0x0080 /* sets cipher of the channel */ +#define SILC_CHANNEL_MODE_HMAC 0x0100 /* sets hmac of the channel */ /* User modes on channel */ #define SILC_CHANNEL_UMODE_NONE 0x0000 /* Normal user */