From 9c934dcae25a60924fd2506126f86fcc86e73632 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 27 Jul 2014 18:30:31 +0200 Subject: m_spanningtree Remove unused parameters from the server introduction message This does not affect the initial SERVER message containing the password --- src/modules/m_spanningtree/netburst.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/m_spanningtree/netburst.cpp') diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index e42ab5e67..a8d76becc 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -139,7 +139,6 @@ void TreeSocket::SendServerInfo(TreeServer* from) * (and any of ITS servers too) of what servers we know about. * If at any point any of these servers already exist on the other * end, our connection may be terminated. - * The hopcount parameter (3rd) is deprecated, and is always 0. */ void TreeSocket::SendServers(TreeServer* Current, TreeServer* s) { -- cgit v1.2.3