mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge branch '1.7.x'
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user