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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user