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

Always use display for memo source

This commit is contained in:
Adam
2016-09-14 17:24:06 -04:00
parent b50fbec705
commit d8a945b1a6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class CommandMSSendAll : public Command
const NickCore *nc = it->second;
if (nc != source.nc)
memoserv->Send(source.GetNick(), nc->display, text);
memoserv->Send(source.GetAccount()->display, nc->display, text);
}
source.Reply(_("A massmemo has been sent to all registered users."));