X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fchannel.h;fp=include%2Fchannel.h;h=57ed5dc4a91bc37424653c0970de12f06230891c;hp=7cafdf8d50f8b73a8763a70d59e8bd19eca22826;hb=fa78a87f4d4bf4411effdb4e3ba1072625294a9a;hpb=72b0c799c590095ad78de705f36e9553bd41fa67 diff --git a/include/channel.h b/include/channel.h index 7cafdf8..57ed5dc 100644 --- a/include/channel.h +++ b/include/channel.h @@ -117,7 +117,7 @@ struct Client; #define MODE_WPARAS (MODE_CHANOP|MODE_VOICE|MODE_BAN|MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS) /** Available Channel modes */ -#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstUvrDR" : "biklmnopstvrDR" +#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstUvrDdR" : "biklmnopstvrDdR" /** Available Channel modes that take parameters */ #define infochanmodeswithparams feature_bool(FEAT_OPLEVELS) ? "AbkloUv" : "bklov"