aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-03-05 04:30:08 +0000
committerGravatar Sadie Powell2021-03-05 04:31:20 +0000
commit9d5b3f0d3cf52409b21d99feab77c50ffb26285e (patch)
treead271f19d7d059fbad8f6fcca5846ff443d67ff8 /src/users.cpp
parentFix comments that claim that the InspIRCd protocol uses TS6 UUIDs. (diff)
Remove some todo comments which are outdated or misleading.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index de9271c87..7029accc0 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -469,7 +469,6 @@ void OperInfo::init()
}
// Compatibility for older configs that don't have the snomasks field.
- // TODO: remove this before v4 is released.
if (defaultsnomasks)
AllowedSnomasks.set();
}