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

Check modes after applying mlocks in db_old

This commit is contained in:
Adam
2014-03-01 18:38:14 -05:00
parent b70f72bf2b
commit 526c4e4659
+3
View File
@@ -1316,6 +1316,9 @@ class DBOld : public Module
process_mlock(ci, *u, false);
mlock_off.Unset(ci);
}
if (ci->c)
ci->c->CheckModes();
}
}
};