summaryrefslogtreecommitdiff
path: root/src/bots.cpp
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 /src/bots.cpp
parent4fecafa612164a5c653f9190d2317f65e2e686b3 (diff)
Fixed flag names to match 1.9.3s
Diffstat (limited to 'src/bots.cpp')
-rw-r--r--src/bots.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bots.cpp b/src/bots.cpp
index e5b29fbf7..4f3ed76c9 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -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;