1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 04:03:12 +02:00

Fixed flag names to match 1.9.3s

This commit is contained in:
Adam
2011-01-15 21:02:14 -05:00
parent 4fecafa612
commit 7acbbbbf5b
6 changed files with 14 additions and 14 deletions
+2
View File
@@ -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: