mirror of
https://github.com/anope/anope.git
synced 2026-06-25 09:56:40 +02:00
Fix setting BSDefFlags from the config
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ ServerConfig::ServerConfig()
|
||||
spacesepstream options(BSDefaults);
|
||||
Anope::string option;
|
||||
while (options.GetToken(option))
|
||||
this->BSDefFlags.insert(option.upper());
|
||||
this->BSDefFlags.insert("BS_" + option.upper());
|
||||
}
|
||||
|
||||
/* Ulines */
|
||||
|
||||
Reference in New Issue
Block a user