1
0
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:
Adam
2012-04-23 05:08:26 -04:00
parent 63c639e108
commit 573e49a7ea
172 changed files with 2517 additions and 2217 deletions
+2 -2
View File
@@ -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);
}