diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index 722c45a6..725309bf 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1895,6 +1895,7 @@ class CWebAdminMod : public CModule { l["SuggestDeletion"] = CString(pTCPListener->GetPort() != WebSock.GetLocalPort()); } + // TODO: Handle CUnixListener l["IsHTTP"] = CString(pListener->GetAcceptType() != CListener::ACCEPT_IRC); diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index cdd8c9e0..f01f8e47 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1558,6 +1558,7 @@ void CClient::UserPortCommand(CString& sLine) { ? "All" : (eAddr == ADDR_IPV4ONLY ? "IPv4" : "IPv6"))); } else { + // TODO: Handle CUnixListener Table.SetCell("Port", "unknown"); }