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

Fix /bs set private

This commit is contained in:
Adam
2013-03-29 15:39:58 -05:00
parent 2b208de02f
commit f24e17f8b4
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -675,7 +675,7 @@ static void LoadBots()
bi->created = created;
if (flags & OLD_BI_PRIVATE)
bi->ExtendMetadata("PRIVATE");
bi->oper_only = true;
Log(LOG_DEBUG) << "Loaded bot " << bi->nick;
}