mirror of
https://github.com/anope/anope.git
synced 2026-07-01 05:56:38 +02:00
More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.
This commit is contained in:
@@ -59,7 +59,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, false);
|
||||
mod_run_cmd(ChanServ, u, NULL, c, params[1], cmdparams);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user