mirror of
https://github.com/anope/anope.git
synced 2026-07-10 19:03:13 +02:00
Save the databases directly after importing.
This commit is contained in:
@@ -1427,6 +1427,7 @@ public:
|
||||
ml->SetMLock(mh, mlock.set, mlock.value, "Unknown");
|
||||
}
|
||||
}
|
||||
Anope::SaveDatabases();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -1342,6 +1342,7 @@ public:
|
||||
if (ci->c)
|
||||
ci->c->CheckModes();
|
||||
}
|
||||
Anope::SaveDatabases();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user