summaryrefslogtreecommitdiff
path: root/src/config.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2011-03-26 08:20:05 +0100
committerDukePyrolator <DukePyrolator@anope.org>2011-03-26 08:20:05 +0100
commit365769d14cb953657fe81167674a4d2d155e4a7e (patch)
treed8221f2e8a3f3a7db2e0397b416bf9b9aea8252c /src/config.cpp
parent01b901eba19ba5cf5e4220634f705a13c81acce8 (diff)
replaced all %R with %s in the language strings
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp
index e230a15b7..f75913fc9 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -147,6 +147,12 @@ ServerConfig::ServerConfig() : config_data(), NSDefFlags(NickCoreFlagStrings), C
}
}
+ if (UseStrictPrivMsg)
+ UseStrictPrivMsgString = "/";
+ else
+ UseStrictPrivMsgString ="/msg ";
+
+
if (!BSDefaults.empty())
{
spacesepstream options(BSDefaults);