mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 06:16:38 +02:00
e21298ea71
structs such as Client, Channel, Member and Membership. - Modules that define channel modes no longer need to be permanent. This was already true for paramless chmodes, but is now true for all. - Converted floodprot module (chmode +f) to use MoData. This means some remains could be purged from the core and the module is now fully reloadable (no longer permanent). - This code is experimental, but seems to work...