]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_ping.cpp
m_cloaking: fix host/ip comparisons #1249
[user/henk/code/inspircd.git] / src / commands / cmd_ping.cpp
index 3ccadd929d1c50200c411b53351d9067b76455a6..dd14b52c82681f665c1086cf9b2121dd4d0dc873 100644 (file)
@@ -30,7 +30,7 @@ class CommandPing : public Command
  public:
        /** Constructor for ping.
         */
-       CommandPing ( Module* parent) : Command(parent,"PING", 1, 2) { Penalty = 0; syntax = "<servername> [:<servername>]"; }
+       CommandPing ( Module* parent) : Command(parent,"PING", 1, 2) { syntax = "<servername> [:<servername>]"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command