diff options
Diffstat (limited to 'modules/core/ms_set.cpp')
-rw-r--r-- | modules/core/ms_set.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/ms_set.cpp b/modules/core/ms_set.cpp index f5602b835..efeb59ba0 100644 --- a/modules/core/ms_set.cpp +++ b/modules/core/ms_set.cpp @@ -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" |