]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Send the max line length to remote servers on link.
authorSadie Powell <sadie@witchery.services>
Sun, 25 Apr 2021 17:06:23 +0000 (18:06 +0100)
committerSadie Powell <sadie@witchery.services>
Sun, 25 Apr 2021 17:06:23 +0000 (18:06 +0100)
src/modules/m_spanningtree/capab.cpp

index 9894dd413d55524a03ec76734709f35c2a9c0174..de598295263e965ba8c03fb6f4c45de63d309170 100644 (file)
@@ -218,6 +218,7 @@ void TreeSocket::SendCapabilities(int phase)
                        " MAXREAL="+ConvToStr(ServerInstance->Config->Limits.MaxReal)+
                        " MAXAWAY="+ConvToStr(ServerInstance->Config->Limits.MaxAway)+
                        " MAXHOST="+ConvToStr(ServerInstance->Config->Limits.MaxHost)+
+                       " MAXLINE="+ConvToStr(ServerInstance->Config->Limits.MaxLine)+
                        extra+
                        " CASEMAPPING="+ServerInstance->Config->CaseMapping+
                        // XXX: Advertise the presence or absence of m_globops in CAPAB CAPABILITIES.