Support showing join-delayed users in /WHO output.
[ircu2.10.12-pk.git] / include / whocmds.h
index 70b89c2ef6d7b9360c946deb3d802f3613b68e07..3a30796ba7d07051d9c2d7ed5d4fea5107ce9821 100644 (file)
@@ -23,6 +23,7 @@ struct Channel;
 
 #define WHOSELECT_OPER 1   /**< Flag for /WHO: Show IRC operators. */
 #define WHOSELECT_EXTRA 2  /**< Flag for /WHO: Pull rank to see users. */
+#define WHOSELECT_DELAY 4  /**< Flag for /WHO: Show join-delayed users. */
 
 #define WHO_FIELD_QTY 1    /**< Display query type. */
 #define WHO_FIELD_CHA 2    /**< Show common channel name. */