From 6fcf4d9ca9e9b0141b5863a50bb421d24b1eccc9 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 22 Mar 2015 11:26:24 +0000 Subject: [PATCH] update rehash command description --- src/ClientCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index 6200b560..4e5a742b 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1720,7 +1720,7 @@ void CClient::HelpUser(const CString& sFilter) { AddCommandHelp(Table, "ListPorts", "", "Show all active listeners", sFilter); AddCommandHelp(Table, "AddPort", "<[+]port> [bindhost [uriprefix]]", "Add another port for ZNC to listen on", sFilter); AddCommandHelp(Table, "DelPort", " [bindhost]", "Remove a port from ZNC", sFilter); - AddCommandHelp(Table, "Rehash", "", "Reload znc.conf from disk", sFilter); + AddCommandHelp(Table, "Rehash", "", "Reload global settings, modules, and listeners from znc.conf", sFilter); AddCommandHelp(Table, "SaveConfig", "", "Save the current settings to disk", sFilter); AddCommandHelp(Table, "ListUsers", "", "List all ZNC users and their connection status", sFilter); AddCommandHelp(Table, "ListAllUserNetworks", "", "List all ZNC users and their networks", sFilter);