]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sethost.cpp
No idea why this wasn't using MODULE_INIT. Thanks Om.
[user/henk/code/inspircd.git] / src / modules / m_sethost.cpp
index 4f034484619b658f063f026660fdcb8b9a786bb8..730909d6cc74f2d1b2af8b7ecfa22761ac706010 100644 (file)
@@ -26,6 +26,7 @@ class cmd_sethost : public command_t
        {
                this->source = "m_sethost.so";
                syntax = "<new-hostname>";
+               TRANSLATE2(TR_TEXT, TR_END);
        }
 
        CmdResult Handle (const char** parameters, int pcnt, userrec *user)