]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_helpop.cpp
Fix various cases of broken indentation.
[user/henk/code/inspircd.git] / src / modules / m_helpop.cpp
index f913140d626b8b597d442bd38e7fa709204d0873..5aa719c2f678fe84f46ad21dff078b951664fd4e 100644 (file)
@@ -162,7 +162,7 @@ class ModuleHelpop : public Module, public Whois::EventListener
 
                Version GetVersion() CXX11_OVERRIDE
                {
-                       return Version("Provides the /HELPOP command for useful information", VF_VENDOR);
+                       return Version("Provides the HELPOP command for useful information", VF_VENDOR);
                }
 };