X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fclient.h;h=ffbaf548d3ee04062c09b1a9279c26983e7171f2;hb=b4110670ae18c46af048d6fb8a22e7bb967f1cf9;hp=2e563456ff78727e269802120d5933a9a52c5e0e;hpb=4806fb9112537b197adfe5f88f3b8dd6df15f99e;p=ircu2.10.12-pk.git diff --git a/include/client.h b/include/client.h index 2e56345..ffbaf54 100644 --- a/include/client.h +++ b/include/client.h @@ -97,7 +97,9 @@ struct AuthRequest; #define PRIV_WIDE_GLINE 27 /* oper can set wider G-lines */ -#define PRIV_LAST_PRIV 27 /* must be the same as the last priv */ +#define PRIV_LIST_CHAN 28 /* oper can list secret channels */ + +#define PRIV_LAST_PRIV 28 /* must be the same as the last priv */ #define _PRIV_NBITS (8 * sizeof(unsigned long))