mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 21:43:13 +02:00
f2015ad865
(or changing the port number). Reported by Nini. Rather complex case: when the listen block is removed, obviously the config hooks are not called for the (now non-existing) listen block, and thus the websocket->request_handler and such are not set to the new address of the websocket handler. We now use a slightly silly workaround / new hook to fix this corner case. Ideally there would be an extra layer in-between like a handler lookup by name, or something like that. (Or make the websocket module PERM but we don't want that!)