ModdedMinecraftClub / Mmcc.Bot

Minecraft servers network management system disguised as a Discord bot.
GNU Affero General Public License v3.0
3 stars 2 forks source link

add mc formatting code sanitization #6

Closed imvaskel closed 3 years ago

imvaskel commented 3 years ago

This adds minecraft formatting codes sanitizing (if they are valid).

acuifex commented 3 years ago

matches invalid formatting codes like HIJPQ and doesn't match the capitalized codes i.e. §A

imvaskel commented 3 years ago

capitals are supported, and while those are matched, there is no point to over-complicate the regex to include 5 characters that get accidentally matched.

acuifex commented 3 years ago

§§aa will be replaced to §a just replace the § character with & or something, like i told.

TraceLD commented 3 years ago

Implemented already by 0e9cf2bbd229a79cb9103dab21697204391b8be0 and 2158d20dc7cd9feb6a9e3768d469e93b668d2f9d