mirror of
https://github.com/anope/anope.git
synced 2026-06-28 20:16:38 +02:00
Made MemoServ optional
This commit is contained in:
@@ -928,12 +928,9 @@ class DBPlain : public Module
|
||||
BotInfo *bi = it->second;
|
||||
|
||||
db << "BI " << bi->nick << " " << bi->GetIdent() << " " << bi->host << " " << bi->created << " " << bi->chancount << " :" << bi->realname << endl;
|
||||
if (bi->FlagCount())
|
||||
if (bi->HasFlag(BI_PRIVATE))
|
||||
{
|
||||
db << "MD FLAGS";
|
||||
if (bi->HasFlag(BI_PRIVATE))
|
||||
db << " PRIVATE";
|
||||
db << endl;
|
||||
db << "MD FLAGS PRIVATE" << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user