]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_globalload.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_globalload.cpp
index f9d3a418eb920fbc695db1f97dc1171095d18083..d0ace07dfab693bc6ae9cd4c276f6ee2c8b99c7d 100644 (file)
@@ -14,9 +14,6 @@
 /* $ModDesc: Allows global loading of a module. */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /** Handle /GLOADMODULE
  */
@@ -27,6 +24,7 @@ class cmd_gloadmodule : public command_t
        {
                this->source = "m_globalload.so";
                syntax = "<modulename> [servermask]";
+               TRANSLATE3(TR_TEXT, TR_TEXT, TR_END);
        }
 
        CmdResult Handle (const char** parameters, int pcnt, userrec *user)