]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_saquit.cpp
Unite SSL service providers and SSL profile classes
[user/henk/code/inspircd.git] / src / modules / m_saquit.cpp
index c3895ec12f22384fbe28625f1d1ed02106e8a725..9f700ec5fdc14e8414de77cd25b6f9ff78900bdd 100644 (file)
@@ -28,7 +28,7 @@ class CommandSaquit : public Command
  public:
        CommandSaquit(Module* Creator) : Command(Creator, "SAQUIT", 2, 2)
        {
-               flags_needed = 'o'; Penalty = 0; syntax = "<nick> <reason>";
+               flags_needed = 'o'; syntax = "<nick> <reason>";
                TRANSLATE2(TR_NICK, TR_TEXT);
        }