mirror of
https://github.com/znc/znc.git
synced 2026-06-13 02:04:59 +02:00
e86f43d841
The enum is a bit more verbose, but leads to more readable code:
str.Equals("foo", true)
// vs.
str.Equals("foo", CString::CaseSensitive)
Deprecate the old Equals() and leave out the length parameter
from the new version => use StartsWith() or StrCmp() instead.