]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_saquit.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_saquit.cpp
index 65dd4e21a598711fb70c86b56730e04082c6ac29..11efd86295d053d489fdfe5c5dcc3f7db855addb 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Provides support for an SAQUIT command, exits user with a reason */
 
@@ -27,6 +24,7 @@ class cmd_saquit : public command_t
        {
                this->source = "m_saquit.so";
                syntax = "<nick> <reason>";
+               TRANSLATE3(TR_NICK, TR_TEXT, TR_END);
        }
 
        CmdResult Handle (const char** parameters, int pcnt, userrec *user)