mirror of
https://github.com/anope/anope.git
synced 2026-06-28 20: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:
+1
-1
@@ -343,7 +343,7 @@ void botchanmsgs(User *u, ChannelInfo *ci, const Anope::string &buf)
|
||||
message = ci->name + " " + message;
|
||||
message = command + " " + message;
|
||||
|
||||
mod_run_cmd(ChanServ, u, message, ci);
|
||||
mod_run_cmd(ChanServ, u, ci, message);
|
||||
}
|
||||
|
||||
FOREACH_MOD(I_OnBotFantasy, OnBotFantasy(command, u, ci, sep.GetRemaining()));
|
||||
|
||||
Reference in New Issue
Block a user