Forward port of delayed-join.patch from Quakenet's "Asuka" patch set
[ircu2.10.12-pk.git] / include / s_user.h
index 587b599d5e1933be89daea882dcd84e237835f02..aebbbcd47559b3ae7bf8db421c01091e1ce650d7 100644 (file)
@@ -108,6 +108,7 @@ extern int send_supported(struct Client *cptr);
 #define NAMES_ALL 1 /* List all users in channel */
 #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 */
 
 void do_names(struct Client* sptr, struct Channel* chptr, int filter);