summaryrefslogtreecommitdiff
path: root/modules/memoserv/sendall.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-02-06 14:23:18 -0500
committerAdam <Adam@anope.org>2017-02-06 14:23:18 -0500
commit8b694bc392c36551e428b84454efb81cdbc8bcd3 (patch)
treeca3d1ca8aadac280c149518134de4208f91dad84 /modules/memoserv/sendall.cpp
parent9ad06f49bbb3824139b0c0ee0a74898a18c8f735 (diff)
Track override in CommandSource and use it in the logger
Diffstat (limited to 'modules/memoserv/sendall.cpp')
-rw-r--r--modules/memoserv/sendall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/memoserv/sendall.cpp b/modules/memoserv/sendall.cpp
index d0b815560..a34dae751 100644
--- a/modules/memoserv/sendall.cpp
+++ b/modules/memoserv/sendall.cpp
@@ -36,7 +36,7 @@ class CommandMSSendAll : public Command
const Anope::string &text = params[0];
- logger.Command(LogType::ADMIN, source, _("{source} used {command} to send {0}"), text);
+ logger.Admin(source, _("{source} used {command} to send {0}"), text);
for (NickServ::Account *nc : NickServ::service->GetAccountList())
if (nc != source.nc)