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