diff options
author | Adam <Adam@anope.org> | 2014-02-09 10:59:36 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-02-09 10:59:36 -0500 |
commit | f6b8596c7bd195bf8d933c5ee8d28e5393d832a7 (patch) | |
tree | 09b41887303bba7f1dd7c608221517eff8551f98 /modules/commands/ms_sendall.cpp | |
parent | da6760f606569f4c5e6f9e04c9868960109cd216 (diff) |
Log memoserv/sendall
Diffstat (limited to 'modules/commands/ms_sendall.cpp')
-rw-r--r-- | modules/commands/ms_sendall.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |