summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index f734d6a6e..b05c69cbe 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -43,6 +43,16 @@ enum CommandFlag
CFLAG_DISABLE_FANTASY
};
+const Anope::string CommandFlagStrings[] = {
+ "CFLAG_ALLOW_UNREGISTERED",
+ "CFLAG_ALLOW_FORBIDDEN",
+ "CFLAG_ALLOW_SUSPENDED",
+ "CFLAG_ALLOW_UNREGISTEREDCHANNEL",
+ "CFLAG_STRIP_CHANNEL",
+ "CFLAG_DISABLE_FANTASY",
+ ""
+};
+
/* The source for a command */
struct CoreExport CommandSource
{