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:
@@ -1316,6 +1316,9 @@ class DBOld : public Module
|
||||
process_mlock(ci, *u, false);
|
||||
mlock_off.Unset(ci);
|
||||
}
|
||||
|
||||
if (ci->c)
|
||||
ci->c->CheckModes();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user