X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fchannel.h;h=c76ab208bd6d4b9a78936ca08acb84fad6a9d5f5;hb=6f5d2e0535753edc7da18467ade8e5e99f70a10f;hp=545748f1d5fe978589135f5bd56ef9992b044446;hpb=0b1c58ace7aad7919ce1ba9c7e58da9711e59dce;p=ircu2.10.12-pk.git diff --git a/include/channel.h b/include/channel.h index 545748f..c76ab20 100644 --- a/include/channel.h +++ b/include/channel.h @@ -104,8 +104,8 @@ struct Client; */ #define MODE_WPARAS (MODE_CHANOP|MODE_VOICE|MODE_BAN|MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS) -#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstuvrD" : "biklmnopstvrD" -#define infochanmodeswithparams feature_bool(FEAT_OPLEVELS) ? "Abklouv" : "bklov" +#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstUvrD" : "biklmnopstvrD" +#define infochanmodeswithparams feature_bool(FEAT_OPLEVELS) ? "AbkloUv" : "bklov" #define HoldChannel(x) (!(x)) /* name invisible */