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:
@@ -147,6 +147,12 @@ ServerConfig::ServerConfig() : config_data(), NSDefFlags(NickCoreFlagStrings), C
|
||||
}
|
||||
}
|
||||
|
||||
if (UseStrictPrivMsg)
|
||||
UseStrictPrivMsgString = "/";
|
||||
else
|
||||
UseStrictPrivMsgString ="/msg ";
|
||||
|
||||
|
||||
if (!BSDefaults.empty())
|
||||
{
|
||||
spacesepstream options(BSDefaults);
|
||||
|
||||
Reference in New Issue
Block a user