mirror of
https://github.com/anope/anope.git
synced 2026-06-25 05:56:38 +02:00
Added log messages for all of the other chanserv commands that should be logged
This commit is contained in:
@@ -32,6 +32,8 @@ class CommandCSSync : public Command
|
||||
source.Reply(ACCESS_DENIED);
|
||||
else
|
||||
{
|
||||
Log(LOG_COMMAND, source, this, ci);
|
||||
|
||||
for (CUserList::iterator it = ci->c->users.begin(), it_end = ci->c->users.end(); it != it_end; ++it)
|
||||
chan_set_correct_modes((*it)->user, ci->c, 1, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user