1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 00:43:13 +02:00

websocket module will now only disable show-connect-info on the ports

that have listen::options::websocket. It will no longer disable it
on all ports.
This commit is contained in:
Bram Matthys
2019-10-06 07:37:55 +02:00
parent ba7ff01e0f
commit d2a93c3a03
5 changed files with 26 additions and 20 deletions
-7
View File
@@ -95,13 +95,6 @@ MOD_INIT()
MOD_LOAD()
{
if (SHOWCONNECTINFO)
{
config_warn("I'm disabling set::options::show-connect-info for you "
"as this setting is incompatible with the websocket module.");
SHOWCONNECTINFO = 0;
}
return MOD_SUCCESS;
}