diff options
Diffstat (limited to 'modules/core/cs_set.cpp')
-rw-r--r-- | modules/core/cs_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp index 74c0b9f38..fe37e7ea6 100644 --- a/modules/core/cs_set.cpp +++ b/modules/core/cs_set.cpp @@ -49,7 +49,7 @@ class CommandCSSet : public Command Anope::string cmdparams = ci->name; for (std::vector<Anope::string>::const_iterator it = params.begin() + 2, it_end = params.end(); it != it_end; ++it) cmdparams += " " + *it; - mod_run_cmd(ChanServ, u, c, params[1], cmdparams); + mod_run_cmd(ChanServ, u, c, params[1], cmdparams, false); } else { |