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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user