From 5123ab475afbc7143fb169754636ccda6c09c57b Mon Sep 17 00:00:00 2001 From: nick-kramer117 Date: Tue, 14 Mar 2023 23:11:50 -0300 Subject: [PATCH] Delete command [@:exti]. --- daemon/TCPServer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/TCPServer.cpp b/daemon/TCPServer.cpp index 839780ef..77e44ad1 100644 --- a/daemon/TCPServer.cpp +++ b/daemon/TCPServer.cpp @@ -476,7 +476,6 @@ namespace tcp s << "\nHelper server v0.0.2\n"; s << "@:info - Output base info about i2pd router.\n"; s << "@:tr - Output info transport i2pd.\n"; - s << "@:exit - close console i2pd client.\n"; s << "@:stop - kill i2pd service and exit.\n"; s << "[+] - End help.";