mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Clarify that only admins can load shell module.
So many people think that anyone can load it, just because they see it in the list...
This commit is contained in:
@@ -127,5 +127,8 @@ void CShellSock::Disconnected() {
|
||||
m_pParent->SetClient(NULL);
|
||||
}
|
||||
|
||||
#ifdef MOD_SHELL_ALLOW_EVERYONE
|
||||
USERMODULEDEFS(CShellMod, "Gives shell access")
|
||||
|
||||
#else
|
||||
USERMODULEDEFS(CShellMod, "Gives shell access. Only ZNC admins can use it.")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user