]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operlog.cpp
Add support for limiting what opers can subscribe to snomasks.
[user/henk/code/inspircd.git] / src / modules / m_operlog.cpp
index 196b2d42815ae553f7e5dc7ff57f2d3331ef67cd..67857e0c46476163d2f435bf465633e33b211ab6 100644 (file)
@@ -37,7 +37,7 @@ class ModuleOperLog : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides logging of all oper commands to the ircd log at the default loglevel", VF_VENDOR);
+               return Version("Allows the server administrator to make the server log when a server operator-only command is executed.", VF_VENDOR);
        }
 
        void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE