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

Log memoserv/sendall

This commit is contained in:
Adam
2014-02-09 10:59:36 -05:00
parent da6760f606
commit f6b8596c7b
+2
View File
@@ -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;