summaryrefslogtreecommitdiff
path: root/include/bots.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-01-15 21:02:14 -0500
committerAdam <Adam@anope.org>2011-01-15 21:02:14 -0500
commit7acbbbbf5b661fd2d7b42f3e3adaea949f68cbef (patch)
treeb109fc373b8b9ea64cd449923cabe6507200eee5 /include/bots.h
parent4fecafa612164a5c653f9190d2317f65e2e686b3 (diff)
Fixed flag names to match 1.9.3s
Diffstat (limited to 'include/bots.h')
-rw-r--r--include/bots.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bots.h b/include/bots.h
index 2cd8b0766..84c4fa2ec 100644
--- a/include/bots.h
+++ b/include/bots.h
@@ -29,6 +29,8 @@ enum BotFlag
BI_END
};
+static const Anope::string BotFlagString[] = { "BEGIN", "CORE", "PRIVATE", "" };
+
class CoreExport BotInfo : public User, public Flags<BotFlag, BI_END>
{
public: