]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_helpop.cpp
m_mlock Remove unnecessary iteration
[user/henk/code/inspircd.git] / src / modules / m_helpop.cpp
index dd2e77986c09453e4d53f684e62fff2240f16ed6..bbc7ae3acf7a7bfe416da2fcf58f0431ae372670 100644 (file)
@@ -21,6 +21,8 @@
  */
 
 
+/* $ModDesc: Provides the /HELPOP command for useful information */
+
 #include "inspircd.h"
 
 static std::map<irc::string, std::string> helpop_map;
@@ -186,7 +188,7 @@ class ModuleHelpop : public Module
 
                Version GetVersion()
                {
-                       return Version("Provides the /HELPOP command, works like UnrealIRCd's helpop", VF_VENDOR);
+                       return Version("Provides the /HELPOP command for useful information", VF_VENDOR);
                }
 };