FYI this line in move countdown doesn't need true:
MLHook::RegisterMLHook(HookEvents, C_MLID_UIModuleUpdate + "_Update", true); -- the true here indicates that you're hooking a nadeo event (works for non nadeo events too), but it's there because it puts MLHook in a less efficient mode where all events are checked rather than just those with the MLHook prefix.
TBH, i think MLFeed does this anyway for the new records event, so probably not even worth worrying about.
> FYI this line in move countdown doesn't need true:
> MLHook::RegisterMLHook(HookEvents, C_MLID_UIModuleUpdate + "_Update", true); -- the true here indicates that you're hooking a nadeo event (works for non nadeo events too), but it's there because it puts MLHook in a less efficient mode where all events are checked rather than just those with the MLHook prefix.
> TBH, i think MLFeed does this anyway for the new records event, so probably not even worth worrying about.
https://discord.com/channels/276076890714800129/424967293538402334/1149492903517900901
https://git.virtit.fr/beu/Openplanet-Plugins/src/commit/f7de2290cb14076b337c8954d47a4454182f282b/CountdownMover/main.as#L66
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
https://discord.com/channels/276076890714800129/424967293538402334/1149492903517900901