1
0
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:
Adam
2012-09-07 23:44:15 -04:00
parent c9c477ff9d
commit 7e3b5bed50
17 changed files with 118 additions and 22 deletions
+1 -1
View File
@@ -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());
}