summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/netburst.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-06-04 01:58:33 +0100
committerSadie Powell <sadie@witchery.services>2021-06-04 02:03:52 +0100
commit722c63ad53dea99829cf010786354e21016aadef (patch)
treefef353397be82e774f387ca15db407a13b16d65b /src/modules/m_spanningtree/netburst.cpp
parent8ef5c350f08aed38b2d64f8770298baf74f03afe (diff)
Broadcast the limits for list modes on server link.
This allows services to not overflow the limit.
Diffstat (limited to 'src/modules/m_spanningtree/netburst.cpp')
-rw-r--r--src/modules/m_spanningtree/netburst.cpp1
1 files changed, 1 insertions, 0 deletions
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++)