X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fs_user.h;fp=include%2Fs_user.h;h=7b1fc1800cd3733d8fb4d394ce8b282035e58f93;hp=bc365b59b4993d1fa5baa1c4376a4f24bd302595;hb=275e1f928a44325a7ea1f0803d0ad23dc4e92d93;hpb=220cae635e3237f07a9d77bd7229e445f555c78a diff --git a/include/s_user.h b/include/s_user.h index bc365b5..7b1fc18 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -110,6 +110,7 @@ extern int send_supported(struct Client *cptr); #define NAMES_VIS 2 /**< List only visible users in non-secret channels */ #define NAMES_EON 4 /**< Add an 'End Of Names' reply to the end */ #define NAMES_DEL 8 /**< Show delayed joined users only */ +#define NAMES_OPS 16 /**< Show oped users only */ void do_names(struct Client* sptr, struct Channel* chptr, int filter);