mirror of
https://github.com/anope/anope.git
synced 2026-07-07 22:03:14 +02:00
Reworked live SQL support yet again
This commit is contained in:
@@ -98,7 +98,7 @@ class ProxyConnect : public ConnectionSocket
|
||||
ircdproto->SendSZLine(NULL, x);
|
||||
else
|
||||
ircdproto->SendAkill(NULL, x);
|
||||
delete x;
|
||||
x->destroy();
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -360,7 +360,7 @@ class ModuleProxyScan : public Module
|
||||
|
||||
if (!this->con_notice.empty() && !this->con_source.empty())
|
||||
{
|
||||
BotInfo *bi = findbot(this->con_source);
|
||||
const BotInfo *bi = findbot(this->con_source);
|
||||
if (bi)
|
||||
user->SendMessage(bi, this->con_notice);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user