summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_set.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-09 21:42:53 +0100
committerSadie Powell <sadie@witchery.services>2025-05-09 21:43:35 +0100
commit07f57b11083c3126e256dc381ab3646a01f71d66 (patch)
tree0b15084627c518c766c560ad18496c99ba34ad4a /modules/chanserv/cs_set.cpp
parent5d648f9f1cf7e23ac54317f2d63c1f9b7844de9f (diff)
Be more explicit about what versions compatibility code is for.
Diffstat (limited to 'modules/chanserv/cs_set.cpp')
-rw-r--r--modules/chanserv/cs_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_set.cpp b/modules/chanserv/cs_set.cpp
index 8761a3c47..d534bd7f6 100644
--- a/modules/chanserv/cs_set.cpp
+++ b/modules/chanserv/cs_set.cpp
@@ -1169,7 +1169,7 @@ class CSSet final
}
else
{
- // Begin 2.0 compatibility
+ // Begin 2.0 compatibility.
size_t c = modes.find(',');
if (c == Anope::string::npos)
ci->last_modes.emplace(modes, ModeData());