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

Merge remote branch 'attila/1.9+msgfix' into 1.9

This commit is contained in:
Adam
2012-10-09 19:34:11 -04:00
+1 -1
View File
@@ -384,7 +384,7 @@ void Init(int ac, char **av)
if (GetCommandLineArgument("dbdir", 0, Arg))
{
if (Arg.empty())
throw FatalException("The --confdir option requires a path");
throw FatalException("The --dbdir option requires a path");
db_dir = Arg;
}