From c93af7582aed5f62e484550330697c634ba95f8b Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 6 Jul 2012 14:23:04 -0400 Subject: Updated the version lines on several modules. --- src/modules/m_helpop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_helpop.cpp') diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index a7bd4a8c5..bbc7ae3ac 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -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); } }; -- cgit v1.2.3