Libera-Chat / sable

GNU Affero General Public License v3.0
78 stars 8 forks source link

Make pattern-matching case-insensitive #57

Closed progval closed 1 year ago

progval commented 1 year ago

eg. MODE +b bar!*@* should ban users with nick Bar.

to_ascii_lowercase() matches the case-folding algorithm already in use in Sable (eg. eq_ignore_ascii_case() for identifier comparison)