1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 00:03:12 +02:00

replaced all %R with %s in the language strings

This commit is contained in:
DukePyrolator
2011-03-26 08:20:05 +01:00
parent 01b901eba1
commit 365769d14c
32 changed files with 110 additions and 120 deletions
+6
View File
@@ -147,6 +147,12 @@ ServerConfig::ServerConfig() : config_data(), NSDefFlags(NickCoreFlagStrings), C
}
}
if (UseStrictPrivMsg)
UseStrictPrivMsgString = "/";
else
UseStrictPrivMsgString ="/msg ";
if (!BSDefaults.empty())
{
spacesepstream options(BSDefaults);