mirror of
https://github.com/anope/anope.git
synced 2026-07-01 10:46:38 +02:00
Add chanserv/set/autoop, like nickserv/set/autoop but for channels
This commit is contained in:
@@ -33,7 +33,7 @@ class CommandCSSync : public Command
|
||||
else
|
||||
{
|
||||
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);
|
||||
chan_set_correct_modes((*it)->user, ci->c, 1, false);
|
||||
|
||||
source.Reply(_("All user modes on \002%s\002 have been synced."), ci->name.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user