summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 8c45bdeaa..db1c2f0a3 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -219,7 +219,8 @@ enum CommandFlags
{
CFLAG_ALLOW_UNREGISTERED = 1,
CFLAG_ALLOW_FORBIDDEN = 2,
- CFLAG_ALLOW_SUSPENDED = 4
+ CFLAG_ALLOW_SUSPENDED = 4,
+ CFLAG_ALLOW_UNREGISTEREDCHANNEL = 8
};
/** Every services command is a class, inheriting from Command.