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

Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconnecting if it loses connection to the uplink.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2862 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-04-08 20:23:00 +00:00
parent e1ff14e0c4
commit 973ecb7058
29 changed files with 1016 additions and 1064 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ static void ReadDatabase(Module *m = NULL)
if (!db.is_open())
{
ircdproto->SendGlobops(NULL, "Unable to open %s for reading!", DatabaseFile.c_str());
Alog() << "Unable to open " << DatabaseFile << " for reading!";
return;
}