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

@@ -1558,6 +1558,7 @@ void CClient::UserPortCommand(CString& sLine) {
? "All"
: (eAddr == ADDR_IPV4ONLY ? "IPv4" : "IPv6")));
} else {
// TODO: Handle CUnixListener
Table.SetCell("Port", "unknown");
}