]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_connect.cpp
Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[user/henk/code/inspircd.git] / src / commands / cmd_connect.cpp
index 7cf4752d2d2ce35edc5d08bf5906b7b1065dc11b..8fb82fab46db9490fa1ab5b21e70cfedd9eb0e8d 100644 (file)
@@ -30,7 +30,7 @@ class CommandConnect : public Command
  public:
        /** Constructor for connect.
         */
-       CommandConnect ( Module* parent) : Command(parent,"CONNECT",1) { flags_needed = 'o'; syntax = "<servername> [<remote-server>]"; }
+       CommandConnect ( Module* parent) : Command(parent,"CONNECT",1) { flags_needed = 'o'; syntax = "<servername>"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command