diff options
Diffstat (limited to 'modules/chanserv/cs_set.cpp')
-rw-r--r-- | modules/chanserv/cs_set.cpp | 2 |
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()); |