]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_opermodes.cpp
Update the module descriptions using mkversion.
[user/henk/code/inspircd.git] / src / modules / m_opermodes.cpp
index f80f337c14cf1e79b1b61dfb6cfee47a92bd352a..2f93ec5f1731efd953a0522bd5d503ba8c8020da 100644 (file)
@@ -31,7 +31,7 @@ class ModuleModesOnOper : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Sets (and unsets) modes on opers when they oper up", VF_VENDOR);
+               return Version("Allows the server administrator to set user modes on server operators when they log into their server operator account.", VF_VENDOR);
        }
 
        void OnPostOper(User* user, const std::string &opertype, const std::string &opername) CXX11_OVERRIDE