summaryrefslogtreecommitdiff
path: root/modules/core/cs_saset.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-14 15:12:32 -0500
committerAdam <Adam@anope.org>2010-12-12 19:33:58 -0500
commit3c9d4e9dafdd0918a3539e545cc99646e604757d (patch)
tree5206bf59ad26698932ca0119b2c04a5f70c88946 /modules/core/cs_saset.cpp
parentc792c7f62df41c48d0d813a809e5415cbefa38b2 (diff)
Added command aliases
Diffstat (limited to 'modules/core/cs_saset.cpp')
-rw-r--r--modules/core/cs_saset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_saset.cpp b/modules/core/cs_saset.cpp
index 7d50db325..0e485e540 100644
--- a/modules/core/cs_saset.cpp
+++ b/modules/core/cs_saset.cpp
@@ -45,7 +45,7 @@ class CommandCSSASet : public Command
for (std::vector<Anope::string>::const_iterator it = params.begin() + 2, it_end = params.end(); it != it_end; ++it)
cmdparams += " " + *it;
Log(LOG_ADMIN, u, this, ci) << params[1] << " " << cmdparams;
- mod_run_cmd(ChanServ, u, c, params[1], cmdparams);
+ mod_run_cmd(ChanServ, u, c, params[1], cmdparams, false);
}
else
{