]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_info.cpp
Merge pull request #1094 from SISheogorath/insp20+fixed-Override
[user/henk/code/inspircd.git] / src / commands / cmd_info.cpp
index 6e5f2a90996ee45527ae45826e38b9f962a965dd..76e414b199bba851004dcbd4a5bf10cc048c5864 100644 (file)
@@ -32,7 +32,12 @@ class CommandInfo : public Command
  public:
        /** Constructor for info.
         */
-       CommandInfo ( Module* parent) : Command(parent,"INFO") { syntax = "[<servermask>]"; }
+       CommandInfo(Module* parent) : Command(parent,"INFO")
+       {
+               Penalty = 4;
+               syntax = "[<servername>]";
+       }
+
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command