X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_helpop.cpp;h=bbc7ae3acf7a7bfe416da2fcf58f0431ae372670;hb=9c5629085ae4914f9db514ca6fbd94e8d58c6f31;hp=dd2e77986c09453e4d53f684e62fff2240f16ed6;hpb=553a8da754c8cd308bad2008018849714e70f9b7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index dd2e77986..bbc7ae3ac 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -21,6 +21,8 @@ */ +/* $ModDesc: Provides the /HELPOP command for useful information */ + #include "inspircd.h" static std::map 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); } };