diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_spanningtree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index c3eb7f8b1..6a38b51a9 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -929,6 +929,7 @@ class TreeSocket : public InspSocket { ServerSource->SetVersion(params[0]); } + DoOneToAllButSender(prefix,"VERSION",params); return true; } |