From 2ee19fd4153cc0de9d6c64a6e93ea0a94cf7abf9 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 16 Dec 2014 21:59:30 +0000 Subject: [PATCH] Make wording of JumpNetwork's help a bit clealer --- src/ClientCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index 1e1fbed0..6711034a 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1638,7 +1638,7 @@ void CClient::HelpUser(const CString& sFilter) { if (m_pUser->IsAdmin()) { AddCommandHelp(Table, "MoveNetwork", " [new network]", "Move an IRC network from one user to another", sFilter); } - AddCommandHelp(Table, "JumpNetwork", "", "Jump to another network", sFilter); + AddCommandHelp(Table, "JumpNetwork", "", "Jump to another network (Alternatively, you can connect to ZNC several times, using `user/network` as username)", sFilter); AddCommandHelp(Table, "AddServer", " [[+]port] [pass]", "Add a server to the list of alternate/backup servers of current IRC network.", sFilter); AddCommandHelp(Table, "DelServer", " [port] [pass]", "Remove a server from the list of alternate/backup servers of current IRC network", sFilter);