diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:16:36 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-07-21 20:59:35 +0100 |
commit | b06ef07f5d90a15d204c236cb452dbbdb7f9acd6 (patch) | |
tree | 7077da2405a6b8033e4b6e286d6d590d17253ed7 /include | |
parent | 3c34fbcc87e3cb58d27cd104a84143c8d3cb3564 (diff) |
Add support for hidden command modules
Diffstat (limited to 'include')
-rw-r--r-- | include/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 *); |