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 f84f4844f..bac0870c1 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -56,7 +56,7 @@ ServerConfig::ServerConfig()
if (option.equals_ci("msg"))
{
if (!this->UsePrivmsg)
- Log() << "msg in <nickserv:defaults> can only be used when UsePrivmsg is set";
+ Log() << "msg in <nickserv:defaults> can only be used when options:useprivmsg is set";
else
this->NSDefFlags.insert(option.upper());
}