]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_admin.cpp
Merge pull request #1269 from Adam-/insp20+saslhost
[user/henk/code/inspircd.git] / src / commands / cmd_admin.cpp
index 3a3eed3465734115857a8dd8fd1528c8a82094e3..0d6c235f09a27297c67819a36d096093bf063809 100644 (file)
@@ -30,7 +30,12 @@ class CommandAdmin : public Command
  public:
        /** Constructor for admin.
         */
-       CommandAdmin(Module* parent) : Command(parent,"ADMIN",0,0) { syntax = "[<servername>]"; }
+       CommandAdmin(Module* parent) : Command(parent,"ADMIN",0,0)
+       {
+               Penalty = 2;
+               syntax = "[<servername>]";
+       }
+
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command