]> 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 f44243126ed0c12b686ef69a6f6911c88c0ed8e7..f809d7d5762e0ed545b989f4b668e61d20df9e75 100644 (file)
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
-#include "hashcomp.h"
 #include "wildcard.h"
 
 /* $ModDesc: Provides support for the /SILENCE command */
@@ -33,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)