From 26d5bbeb12848e286dee0a8605e34ad5637d82d0 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 16 Dec 2006 10:28:15 +0000 Subject: Not sending capab when theres no transport module attached to a server socket git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6010 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_spanningtree.cpp') diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 1d822489b..c84ec7961 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -718,6 +718,10 @@ class TreeSocket : public InspSocket InspSocketHookRequest(this, (Module*)Utils->Creator, Hook).Send(); Instance->Timers->AddTimer(new HandshakeTimer(Instance, this, &(Utils->LinkBlocks[0]), this->Utils)); } + else + { + this->SendCapabilities(); + } } ServerState GetLinkState() -- cgit v1.2.3