From 0cf8d733953fd9c856c0519f2bccc94a3cb2eafa Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 5 Nov 2012 23:12:38 -0500 Subject: Added log messages for all of the other chanserv commands that should be logged --- modules/commands/cs_sync.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/commands/cs_sync.cpp') diff --git a/modules/commands/cs_sync.cpp b/modules/commands/cs_sync.cpp index 411ba6282..e55864f1b 100644 --- a/modules/commands/cs_sync.cpp +++ b/modules/commands/cs_sync.cpp @@ -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); -- cgit