From f15229a1743bdff31fb6eeb844fa432041ee3d5d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jun 2024 09:23:49 +0100 Subject: Stop referring to v4 in some todos. --- src/modules/m_spanningtree/netburst.cpp | 2 +- 1 file changed, 1 insertion(+), 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 24ece4557..35459fbca 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -291,7 +291,7 @@ void TreeSocket::SendUsers(BurstState& bs) if (user->IsAway()) this->WriteLine(CommandAway::Builder(user)); - if (user->uniqueusername) // TODO: convert this to BooleanExtItem in v4. + if (user->uniqueusername) // TODO: convert this to BooleanExtItem. this->WriteLine(CommandMetadata::Builder(user, "uniqueusername", "1")); for (const auto& [item, obj] : user->GetExtList()) -- cgit v1.3.1-10-gc9f91