1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 18:26:38 +02:00

Save the databases directly after importing.

This commit is contained in:
Sadie Powell
2024-06-19 19:30:24 +01:00
parent 2667d9e90c
commit 4eec5c5435
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1342,6 +1342,7 @@ public:
if (ci->c)
ci->c->CheckModes();
}
Anope::SaveDatabases();
}
};