mirror of
https://github.com/anope/anope.git
synced 2026-07-08 10:03:14 +02:00
Revert "Always use display for memo source"
This reverts commit d8a945b1a6.
This commit is contained in:
@@ -39,7 +39,7 @@ class CommandMSSendAll : public Command
|
||||
const NickCore *nc = it->second;
|
||||
|
||||
if (nc != source.nc)
|
||||
memoserv->Send(source.GetAccount()->display, nc->display, text);
|
||||
memoserv->Send(source.GetNick(), nc->display, text);
|
||||
}
|
||||
|
||||
source.Reply(_("A massmemo has been sent to all registered users."));
|
||||
|
||||
Reference in New Issue
Block a user