summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_spanningtree.cpp2
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 966cb3f1d..25ff9befc 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -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;
}
}
diff --git a/src/svn-rev.sh b/src/svn-rev.sh
index f6876e754..c02ea3724 100755
--- a/src/svn-rev.sh
+++ b/src/svn-rev.sh
@@ -1 +1 @@
-echo 3450
+echo 3452