WIP: Add ToDos to some places that display listeners and should handle CUnixListener

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2017-01-12 12:04:31 +01:00
parent b5d77a8ade
commit 29a646b773
2 changed files with 2 additions and 0 deletions

View File

@@ -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);