mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user