X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fclient.h;h=91ceba1cfbb1a48512e41fd5a8327f001df9db57;hb=037ea5b9ceaec42f9000cd6d3c47e548fd472d31;hp=3af00dd27928ca438b813dd3a6ff4bb7ae2bf1ba;hpb=ebd77a83f3ddfc6e7951b747acc2851bcfc19f16;p=ircu2.10.12-pk.git diff --git a/include/client.h b/include/client.h index 3af00dd..91ceba1 100644 --- a/include/client.h +++ b/include/client.h @@ -95,7 +95,9 @@ struct AuthRequest; #define PRIV_DISPLAY 25 /* "Is an oper" displayed */ #define PRIV_SEE_OPERS 26 /* display hidden opers */ -#define PRIV_LAST_PRIV 26 /* must be the same as the last priv */ +#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_NBITS (8 * sizeof(unsigned long))