mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Make wording of JumpNetwork's help a bit clealer
This commit is contained in:
@@ -1638,7 +1638,7 @@ void CClient::HelpUser(const CString& sFilter) {
|
||||
if (m_pUser->IsAdmin()) {
|
||||
AddCommandHelp(Table, "MoveNetwork", "<old user> <old network> <new user> [new network]", "Move an IRC network from one user to another", sFilter);
|
||||
}
|
||||
AddCommandHelp(Table, "JumpNetwork", "<network>", "Jump to another network", sFilter);
|
||||
AddCommandHelp(Table, "JumpNetwork", "<network>", "Jump to another network (Alternatively, you can connect to ZNC several times, using `user/network` as username)", sFilter);
|
||||
|
||||
AddCommandHelp(Table, "AddServer", "<host> [[+]port] [pass]", "Add a server to the list of alternate/backup servers of current IRC network.", sFilter);
|
||||
AddCommandHelp(Table, "DelServer", "<host> [port] [pass]", "Remove a server from the list of alternate/backup servers of current IRC network", sFilter);
|
||||
|
||||
Reference in New Issue
Block a user