1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 13:46:38 +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
@@ -20,8 +20,6 @@ BotInfo *MemoServ = NULL;
BotInfo *NickServ = NULL;
BotInfo *OperServ = NULL;
static const Anope::string BotFlagString[] = { "1", "BI_CORE", "BI_PRIVATE", "" };
BotInfo::BotInfo(const Anope::string &nnick, const Anope::string &nuser, const Anope::string &nhost, const Anope::string &nreal) : User(nnick, nuser, nhost, ts6_uid_retrieve()), Flags<BotFlag, BI_END>(BotFlagString)
{
this->realname = nreal;