diff options
Diffstat (limited to 'modules/commands/cs_set.cpp')
-rw-r--r-- | modules/commands/cs_set.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index 4ade813c1..5769adb30 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -1319,6 +1319,7 @@ class CSSet : public Module if (noautoop.HasExt(chan->ci)) give_modes = false; if (secureops.HasExt(chan->ci)) + // This overrides what chanserv does because it is loaded after chanserv take_modes = true; } } |