1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 03:23:13 +02:00

Be more explicit about what versions compatibility code is for.

This commit is contained in:
Sadie Powell
2025-05-09 21:42:53 +01:00
parent 5d648f9f1c
commit 07f57b1108
5 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -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());