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