1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 11:13:13 +02:00

Add Redis database support

This commit is contained in:
Adam
2013-05-17 23:04:18 -04:00
parent cc4a14b0ba
commit 2428264315
12 changed files with 1553 additions and 17 deletions
-4
View File
@@ -17,10 +17,6 @@
#include <errno.h>
ConnectionSocket::ConnectionSocket() : Socket()
{
}
void ConnectionSocket::Connect(const Anope::string &TargetHost, int Port)
{
this->io->Connect(this, TargetHost, Port);