mirror of
https://github.com/anope/anope.git
synced 2026-07-04 05:33:12 +02:00
fixed some database issues
This commit is contained in:
@@ -117,7 +117,9 @@ static void ReadDatabase(Module *m = NULL)
|
||||
}
|
||||
else if (params[0].equals_ci("MD"))
|
||||
{
|
||||
Anope::string key = params[1].substr(2);
|
||||
Anope::string key = params[1];
|
||||
params.erase(params.begin());
|
||||
params.erase(params.begin());
|
||||
|
||||
if (Type == MD_NC && nc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user