summaryrefslogtreecommitdiff
path: root/modules/commands/ms_rsend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_rsend.cpp')
-rw-r--r--modules/commands/ms_rsend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp
index 782871d84..bbfb50117 100644
--- a/modules/commands/ms_rsend.cpp
+++ b/modules/commands/ms_rsend.cpp
@@ -60,7 +60,7 @@ class CommandMSRSend : public Command
source.Reply(_("Sorry, %s currently has too many memos and cannot receive more."), nick.c_str());
else
{
- source.Reply(_("Memo sent to \002%s\002."), name.c_str());
+ source.Reply(_("Memo sent to \002%s\002."), nick.c_str());
bool ischan;
MemoInfo *mi = MemoInfo::GetMemoInfo(nick, ischan);