mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 17:53:14 +02:00
c39d763e00
This so if there is ever an issue, we can hot-patch it. This affects exit_client(), exit_client_fmt(), exit_client_ex(), banned_client(), and various (internal) help functions. This also means you cannot call these functions during TEST/INIT (eg during REHASH) since the 'quit' module which provides these modules may not be loaded yet. I don't think that's a situation/problem but this needs some more testing.