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:
Alexey Sokolov
2012-03-15 01:09:32 +07:00
parent 9b5eb910f3
commit 91e2256377

View File

@@ -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