1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 19:03:14 +02:00

Fix memoserv/rsend reply

This commit is contained in:
Adam
2013-04-11 15:35:39 -05:00
parent 6f9dd282d2
commit ac19a5c24b
+1 -1
View File
@@ -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);