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 9a1fc3871..7a1edf716 100644 --- a/include/modules.h +++ b/include/modules.h @@ -220,7 +220,9 @@ enum CommandFlags CFLAG_ALLOW_UNREGISTERED = 1, CFLAG_ALLOW_FORBIDDEN = 2, CFLAG_ALLOW_SUSPENDED = 4, - CFLAG_ALLOW_UNREGISTEREDCHANNEL = 8 + CFLAG_ALLOW_UNREGISTEREDCHANNEL = 8, + CFLAG_STRIP_CHANNEL = 16, + CFLAG_DISABLE_FANTASY = 32 }; /** Every services command is a class, inheriting from Command. |