1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 11:43:15 +02:00

Replaced all of the old %S's in the language strings that were used for service nicks

This commit is contained in:
Adam
2011-02-04 18:32:04 -05:00
parent 08583dc107
commit a53a797271
44 changed files with 162 additions and 146 deletions
+2 -2
View File
@@ -237,8 +237,8 @@ class CommandMSSet : public Command
" LIMIT Sets the maximum number of memos you can\n"
" receive\n"
" \n"
"Type \002%R%S HELP SET \037option\037\002 for more information\n"
"on a specific option."));
"Type \002%R%s HELP SET \037option\037\002 for more information\n"
"on a specific option."), MemoServ->nick.c_str());
else if (subcommand.equals_ci("NOTIFY"))
source.Reply(_("Syntax: \002SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\002\n"
"Changes when you will be notified about new memos:\n"