diff options
author | Adam <Adam@anope.org> | 2011-02-25 21:41:08 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-25 21:41:08 -0500 |
commit | c38b6392c5956628f51faaa6085367dd32199e61 (patch) | |
tree | 8933d0997016756b15e10a7ad88a5d51c04d841e /modules/core/ns_saset.cpp | |
parent | ee387569821b45581063f6bc349cccc643f9a293 (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/ns_saset.cpp')
-rw-r--r-- | modules/core/ns_saset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_saset.cpp b/modules/core/ns_saset.cpp index 0aeab4d95..993a090fc 100644 --- a/modules/core/ns_saset.cpp +++ b/modules/core/ns_saset.cpp @@ -62,7 +62,7 @@ class CommandNSSASet : public Command Log(LOG_ADMIN, u, this) << params[1] << " " << cmdparams; else Log(LOG_ADMIN, u, this) << params[1] << " for " << params[0]; - mod_run_cmd(NickServ, u, c, params[1], cmdparams, false); + mod_run_cmd(NickServ, u, NULL, c, params[1], cmdparams); } else source.Reply(_("Unknown SASET option \002%s\002."), cmd.c_str()); |