mirror of
https://github.com/anope/anope.git
synced 2026-07-04 09:23:13 +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:
@@ -57,7 +57,7 @@ class CommandNSSet : public Command
|
||||
Log(LOG_COMMAND, u, this) << params[0] << " " << cmdparams;
|
||||
else
|
||||
Log(LOG_COMMAND, u, this) << params[0];
|
||||
mod_run_cmd(NickServ, u, c, params[0], cmdparams, false);
|
||||
mod_run_cmd(NickServ, u, NULL, c, params[0], cmdparams);
|
||||
}
|
||||
else
|
||||
source.Reply(LanguageString::NICK_SET_UNKNOWN_OPTION, params[0].c_str());
|
||||
|
||||
Reference in New Issue
Block a user