From 722c63ad53dea99829cf010786354e21016aadef Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 4 Jun 2021 01:58:33 +0100 Subject: Broadcast the limits for list modes on server link. This allows services to not overflow the limit. --- src/modules/m_spanningtree/netburst.cpp | 1 + 1 file changed, 1 insertion(+) (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 ac68efb96..d8ea30060 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -258,6 +258,7 @@ void TreeSocket::SyncChannel(Channel* chan, BurstState& bs) if (chan->topicset != 0) this->WriteLine(CommandFTopic::Builder(chan)); + Utils->SendListLimits(chan, this); SendListModes(chan); for (Extensible::ExtensibleStore::const_iterator i = chan->GetExtList().begin(); i != chan->GetExtList().end(); i++) -- cgit v1.2.3