diff options
author | Adam <Adam@anope.org> | 2013-03-29 15:39:58 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-03-29 23:50:51 -0500 |
commit | f24e17f8b4a579666bae050d81585d42059e7513 (patch) | |
tree | 726206b8f53da7e385115baf204daad32ef76cd4 /modules/database/db_old.cpp | |
parent | 2b208de02f932715c61e237c9bbd26e3bca3d222 (diff) |
Fix /bs set private
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r-- | modules/database/db_old.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index e1fe8f69d..03c80e6bd 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -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; } |