mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:23:13 +02:00
replaced all %R with %s in the language strings
This commit is contained in:
@@ -114,8 +114,8 @@ class CommandNSDrop : public Command
|
||||
"your password as the \002password\002 parameter.\n"
|
||||
" \n"
|
||||
"In order to use this command, you must first identify\n"
|
||||
"with your password (\002%R%s HELP IDENTIFY\002 for more\n"
|
||||
"information)."), NickServ->nick.c_str(), NickServ->nick.c_str());
|
||||
"with your password (\002%s%s HELP IDENTIFY\002 for more\n"
|
||||
"information)."), NickServ->nick.c_str(), Config->UseStrictPrivMsgString.c_str(), NickServ->nick.c_str());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user