]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_silence.cpp
Add sanity checks to the ssl modules so that theres no possibility of an out of range...
[user/henk/code/inspircd.git] / src / modules / m_silence.cpp
index 4c14b8c7bc4113f8e9b71fe57628c2623973f4c3..f809d7d5762e0ed545b989f4b668e61d20df9e75 100644 (file)
@@ -29,6 +29,7 @@ class cmd_silence : public command_t
        {
                this->source = "m_silence.so";
                syntax = "{[+|-]<mask>}";
+               TRANSLATE2(TR_TEXT, TR_END);
        }
 
        CmdResult Handle (const char** parameters, int pcnt, userrec *user)