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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user