1
0
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:
Adam
2013-03-13 15:25:29 -05:00
parent 1ff7a7c1f1
commit b95b8f0aae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 */