summaryrefslogtreecommitdiff
path: root/src/core/ms_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_read.c')
-rw-r--r--src/core/ms_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_read.c b/src/core/ms_read.c
index f33778147..962adf9e4 100644
--- a/src/core/ms_read.c
+++ b/src/core/ms_read.c
@@ -117,7 +117,7 @@ class CommandMSRead : public Command
bool OnHelp(User *u, const std::string &subcommand)
{
- notice_lang(s_MemoServ, u, MEMO_HELP_READ);
+ notice_help(s_MemoServ, u, MEMO_HELP_READ);
return true;
}