]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/netburst.cpp
Merge branch 'insp20' into master.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / netburst.cpp
index 5115c7aa8a670b1566acebf1e91ee2e8ebeeea1d..30a37baee3d1b605ddb939d5f63fba09a3ad86c2 100644 (file)
@@ -137,6 +137,9 @@ void TreeSocket::SendServerInfo(TreeServer* from)
 
        // Send full version string that contains more information and is shown to opers
        this->WriteLine(CommandSInfo::Builder(from, "fullversion", from->GetFullVersion()));
+
+       // Send the raw version string that just contains the base info
+       this->WriteLine(CommandSInfo::Builder(from, "rawversion", from->GetRawVersion()));
 }
 
 /** Recursively send the server tree.