diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 153d56853..8bf3077ad 100644 --- a/include/modules.h +++ b/include/modules.h @@ -217,7 +217,9 @@ struct ModuleLang_ { enum CommandFlags { - CFLAG_ALLOW_UNREGISTERED = 1 + CFLAG_ALLOW_UNREGISTERED = 1, + CFLAG_ALLOW_FORBIDDEN = 2, + CFLAG_ALLOW_SUSPENDED = 4 }; /** Every services command is a class, inheriting from Command. |