summaryrefslogtreecommitdiff
path: root/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp
index fde9c90ad..1c6b2a0ce 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -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 */