added MODE_AUDITORIUM (+u) to show only ops the full userlist
[ircu2.10.12-pk.git] / include / s_user.h
index bc365b59b4993d1fa5baa1c4376a4f24bd302595..7b1fc1800cd3733d8fb4d394ce8b282035e58f93 100644 (file)
@@ -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);