Merge branch '1.7.x'

This commit is contained in:
Alexey Sokolov
2019-07-17 08:33:16 +01:00
9 changed files with 24 additions and 24 deletions

View File

@@ -1824,7 +1824,7 @@ void CClient::HelpUser(const CString& sFilter) {
if (!m_pUser->DenyLoadMod()) {
AddCommandHelp("LoadMod",
t_s("[--type=global|user|network] <module>",
t_s("[--type=global|user|network] <module> [args]",
"helpcmd|LoadMod|args"),
t_s("Load a module", "helpcmd|LoadMod|desc"));
AddCommandHelp("UnloadMod",
@@ -1832,7 +1832,7 @@ void CClient::HelpUser(const CString& sFilter) {
"helpcmd|UnloadMod|args"),
t_s("Unload a module", "helpcmd|UnloadMod|desc"));
AddCommandHelp("ReloadMod",
t_s("[--type=global|user|network] <module>",
t_s("[--type=global|user|network] <module> [args]",
"helpcmd|ReloadMod|args"),
t_s("Reload a module", "helpcmd|ReloadMod|desc"));
if (m_pUser->IsAdmin()) {