mirror of
https://github.com/anope/anope.git
synced 2026-06-30 19:06:38 +02:00
Fixed some more problems with db-convert
This commit is contained in:
@@ -73,6 +73,8 @@ static void ReadDatabase(Module *m = NULL)
|
||||
buf.erase(buf.begin());
|
||||
if (!buf.empty() && !sep.StreamEnd())
|
||||
params.push_back(buf + " " + sep.GetRemaining());
|
||||
else if (!sep.StreamEnd())
|
||||
params.push_back(sep.GetRemaining());
|
||||
else if (!buf.empty())
|
||||
params.push_back(buf);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user