]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgident.cpp
Update most URLs to use HTTPS and fix some dead links.
[user/henk/code/inspircd.git] / src / modules / m_chgident.cpp
index 9a2d3b2ea9e36d9619bf0e61fbb6603941a8978d..6ddda7ea113d5601895e02ba22b9b83aec3913df 100644 (file)
@@ -31,7 +31,7 @@ class CommandChgident : public Command
        {
                allow_empty_last_param = false;
                flags_needed = 'o';
-               syntax = "<nick> <newident>";
+               syntax = "<nick> <ident>";
                TRANSLATE2(TR_NICK, TR_TEXT);
        }