aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/netburst.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-06-07 09:23:49 +0100
committerGravatar Sadie Powell2024-06-07 09:23:49 +0100
commitf15229a1743bdff31fb6eeb844fa432041ee3d5d (patch)
treefb3c5f087ccd92ee524194646e56d47304ea0765 /src/modules/m_spanningtree/netburst.cpp
parentReplace std::aligned_storage with a non-deprecated alternative. (diff)
Stop referring to v4 in some todos.
Diffstat (limited to 'src/modules/m_spanningtree/netburst.cpp')
-rw-r--r--src/modules/m_spanningtree/netburst.cpp2
1 files changed, 1 insertions, 1 deletions
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())