mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 23:36:38 +02:00
d86d4c7c71
This is meant to blacklist modules that are in modules.default.conf (or elsewhere). The 'loadmodule' line for any such module is effective ignored. https://bugs.unrealircd.org/view.php?id=5118 Note: I had to move the loadmodule code. Previously this was done as each config file (include) was loaded into memory. Now it is done after *ALL* config files have been read into memory. This shouldn't matter for module devs, though..