diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-04-12 22:35:34 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-12 22:35:34 +0200 |
commit | 66820092160fc24e21e437c0a186aa5922e424c6 (patch) | |
tree | 1974c1a3b91642538f779242ab8384db3a206e35 /src/commands/cmd_connect.cpp | |
parent | 493ff75f1f89a7ede2800eff0368740fbaf02aa4 (diff) | |
parent | ad2e0ef1cd4c0cdcdb2241a10d5fe554984cb91d (diff) |
Merge pull request #827 from Robby-/insp20-helpopconf
Some more helpop config updates, and fix a few module syntax messages.
Diffstat (limited to 'src/commands/cmd_connect.cpp')
-rw-r--r-- | src/commands/cmd_connect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_connect.cpp b/src/commands/cmd_connect.cpp index 7cf4752d2..8fb82fab4 100644 --- a/src/commands/cmd_connect.cpp +++ b/src/commands/cmd_connect.cpp @@ -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 |