]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_stub.cpp
m_spanningtree Keep track of whether servers are behind a bursting server, use it...
[user/henk/code/inspircd.git] / src / coremods / core_stub.cpp
index 30c7ce752a39a5e9008281ef00e21c1c0f15e7f6..bb6590261fbf5299a280077631f94dbbaaa1a782 100644 (file)
@@ -33,7 +33,7 @@ class CommandConnect : public Command
                : Command(parent, "CONNECT", 1)
        {
                flags_needed = 'o';
-               syntax = "<servername> [<remote-server>]";
+               syntax = "<servername>";
        }
 
        /** Handle command.
@@ -119,7 +119,7 @@ class CommandSquit : public Command
                : Command(parent, "SQUIT", 1, 2)
        {
                flags_needed = 'o';
-               syntax = "<servername> [<reason>]";
+               syntax = "<servername>";
        }
 
        /** Handle command.