From f6b8596c7bd195bf8d933c5ee8d28e5393d832a7 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 9 Feb 2014 10:59:36 -0500 Subject: [PATCH] Log memoserv/sendall --- modules/commands/ms_sendall.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp index eabb66ed6..1017c86c9 100644 --- a/modules/commands/ms_sendall.cpp +++ b/modules/commands/ms_sendall.cpp @@ -32,6 +32,8 @@ class CommandMSSendAll : public Command const Anope::string &text = params[0]; + Log(LOG_ADMIN, source, this) << "to send " << text; + for (nickcore_map::const_iterator it = NickCoreList->begin(), it_end = NickCoreList->end(); it != it_end; ++it) { const NickCore *nc = it->second;