summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 1adcd624a..f96027453 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -830,7 +830,7 @@ void Conf::LoadConf(File &file)
const Anope::string &dname = define->Get<const Anope::string>("name");
- if (dname == wordbuffer)
+ if (dname == wordbuffer && define != b)
wordbuffer = define->Get<const Anope::string>("value");
}