]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_helpop.cpp
Updated the version lines on several modules.
[user/henk/code/inspircd.git] / src / modules / m_helpop.cpp
index a7bd4a8c56969addd51d5bb8b80c940c21186939..bbc7ae3acf7a7bfe416da2fcf58f0431ae372670 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 
-/* $ModDesc: Provides the /HELPOP command, works like UnrealIRCd's helpop */
+/* $ModDesc: Provides the /HELPOP command for useful information */
 
 #include "inspircd.h"
 
@@ -188,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);
                }
 };