]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Unknown command error now tells the opposite server WHICH command is bad so that...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 4 Mar 2006 19:17:26 +0000 (19:17 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 4 Mar 2006 19:17:26 +0000 (19:17 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3453 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp
src/svn-rev.sh

index 966cb3f1df671059c6a583d4eaf1740048d61e27..25ff9befc9c702f061154eaa4c942f32166837e1 100644 (file)
@@ -2533,7 +2533,7 @@ class TreeSocket : public InspSocket
                                                }
                                                if (!Srv->CallCommandHandler(command.c_str(), strparams, params.size(), who))
                                                {
-                                                       this->WriteLine("ERROR :Unrecognised command -- possibly loaded mismatched modules");
+                                                       this->WriteLine("ERROR :Unrecognised command '"+command+"' -- possibly loaded mismatched modules");
                                                        return false;
                                                }
                                        }
index f6876e754796158eec2454195581af425f0b01d3..c02ea372452008c47bf4b23d3bb05ee697814eb7 100755 (executable)
@@ -1 +1 @@
-echo 3450
+echo 3452