summaryrefslogtreecommitdiff
path: root/src/modules/m_helpop.cpp
diff options
context:
space:
mode:
authorShawn Smith <ShawnSmith0828@gmail.com>2012-07-06 14:23:04 -0400
committerShawn Smith <ShawnSmith0828@gmail.com>2012-07-06 14:34:15 -0400
commitc93af7582aed5f62e484550330697c634ba95f8b (patch)
tree57aa9136186c6549e8641ce2887e6753107ca7f6 /src/modules/m_helpop.cpp
parentd2d88b6371a942d000f48f2d6c437e00e1fd3d9c (diff)
Updated the version lines on several modules.
Diffstat (limited to 'src/modules/m_helpop.cpp')
-rw-r--r--src/modules/m_helpop.cpp4
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);
}
};