]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Move Blocking/NonBlocking to socket.cpp and make inline
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index 9a3b2a942545775e8118ee0bf47f8b14d45752ea..72d255be7ea45654236cb28723d06afbf4563ba2 100644 (file)
@@ -33,6 +33,7 @@ class cmd_setname : public command_t
        cmd_setname () : command_t("SETNAME", 0, 1)
        {
                this->source = "m_setname.so";
+               syntax = "<new-gecos>";
        }
 
        void Handle (const char** parameters, int pcnt, userrec *user)