mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 16:46:37 +02:00
c79cc6f430
so modules can indicate if they wish to be unloaded before or after others. This is used by the channel and history modules so they can save their databases before the chanmodes modules are unloaded. Also, made ModuleSetOptions() a void function. I don't think anyone used the returned value and it now no longer is strictly bitmask add/del so returning an unsigned int would be a tad confusing.