aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree/netburst.cpp
diff options
context:
space:
mode:
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())