summaryrefslogtreecommitdiff
path: root/modules/core/cs_saset.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-02-25 21:41:08 -0500
committerAdam <Adam@anope.org>2011-02-25 21:41:08 -0500
commitc38b6392c5956628f51faaa6085367dd32199e61 (patch)
tree8933d0997016756b15e10a7ad88a5d51c04d841e /modules/core/cs_saset.cpp
parentee387569821b45581063f6bc349cccc643f9a293 (diff)
More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.
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 50a6f0bc9..876a487a3 100644
--- a/modules/core/cs_saset.cpp
+++ b/modules/core/cs_saset.cpp
@@ -55,7 +55,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, false);
+ mod_run_cmd(ChanServ, u, NULL, c, params[1], cmdparams);
}
else
{