added MODE_AUDITORIUM (+u) to show only ops the full userlist
[ircu2.10.12-pk.git] / include / send.h
index 3d05ef9180881846a767f7c551544addb9660a3c..1fb416a9a5f7dce315a3efc4fcc6c191eba57302 100644 (file)
@@ -91,6 +91,7 @@ extern void sendcmdto_channel_butone(struct Client *from, const char *cmd,
 #define SKIP_NONOPS    0x04    /**< skip users that aren't chanops */
 #define SKIP_NONVOICES  0x08    /**< skip users that aren't voiced (includes
                                    chanops) */
+#define SKIP_OPS    0x10       /**< skip users that are chanops */
 
 /* Send command to all users having a particular flag set */
 extern void sendwallto_group_butone(struct Client *from, int type,