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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user