diff options
author | Adam <Adam@anope.org> | 2012-09-07 23:44:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-07 23:44:15 -0400 |
commit | 7e3b5bed50b87d599fec25a018771ebce47f969f (patch) | |
tree | 4e74b53755ec94bc070a68017fa48e5317cb2327 /modules/commands/cs_enforce.cpp | |
parent | c9c477ff9d7e6f833fafac2ef058f82b89229f60 (diff) |
Add chanserv/set/autoop, like nickserv/set/autoop but for channels
Diffstat (limited to 'modules/commands/cs_enforce.cpp')
-rw-r--r-- | modules/commands/cs_enforce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp index 96031a96f..031b592c4 100644 --- a/modules/commands/cs_enforce.cpp +++ b/modules/commands/cs_enforce.cpp @@ -60,7 +60,7 @@ class CommandCSEnforce : public Command { UserContainer *uc = *it; - chan_set_correct_modes(uc->user, c, 0); + chan_set_correct_modes(uc->user, c, 0, false); } if (hadsecureops) |