From b06ef07f5d90a15d204c236cb452dbbdb7f9acd6 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:16:36 +0100 Subject: Add support for hidden command modules --- include/parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/parse.h') diff --git a/include/parse.h b/include/parse.h index 4f00054..607233e 100644 --- a/include/parse.h +++ b/include/parse.h @@ -149,6 +149,7 @@ struct Message #define MFLG_SLOW 0x001 /* Command can be executed roughly * once per 2 seconds. */ +#define MFLG_HIDDEN 0x002 #define MAXPARA 15 extern void parse(struct Client *, char *, char *); -- cgit