]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chghost.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_chghost.cpp
index 6e498a8be1c0442d76435ca52bdec42d54ff36b6..0ca7dc78c97e12d18b18d42c60222a29f34b6e7b 100644 (file)
@@ -33,7 +33,7 @@ class CommandChghost : public Command
        {
                allow_empty_last_param = false;
                flags_needed = 'o';
-               syntax = "<nick> <newhost>";
+               syntax = "<nick> <host>";
                TRANSLATE2(TR_NICK, TR_TEXT);
        }
 
@@ -103,7 +103,7 @@ class ModuleChgHost : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for the CHGHOST command", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Provides the CHGHOST command", VF_OPTCOMMON | VF_VENDOR);
        }
 };