mirror of
https://github.com/anope/anope.git
synced 2026-07-02 20:23:13 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
+1
-1
@@ -368,7 +368,7 @@ void LogInfo::ProcessMessage(const Log *l)
|
||||
if (!bi)
|
||||
bi = this->bot;
|
||||
if (!bi)
|
||||
bi = c->ci->WhoSends();
|
||||
bi = c->WhoSends();
|
||||
if (bi)
|
||||
IRCD->SendPrivmsg(bi, c->name, "%s", buffer.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user