diff options
author | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-07-06 14:23:04 -0400 |
---|---|---|
committer | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-07-06 14:34:15 -0400 |
commit | c93af7582aed5f62e484550330697c634ba95f8b (patch) | |
tree | 57aa9136186c6549e8641ce2887e6753107ca7f6 /src/modules/m_helpop.cpp | |
parent | d2d88b6371a942d000f48f2d6c437e00e1fd3d9c (diff) |
Updated the version lines on several modules.
Diffstat (limited to 'src/modules/m_helpop.cpp')
-rw-r--r-- | src/modules/m_helpop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); } }; |