destruc7i0n / shulker

A Discord to Vanilla Minecraft Chat Gateway
ISC License
135 stars 47 forks source link

Better regex in case of > in message #13

Closed Autom3 closed 8 years ago

Autom3 commented 8 years ago

If someone uses a '>' in their message, the previous regex will screw up. This regex will contain the first capturing group to everything up to the first '>' character!

destruc7i0n commented 8 years ago

That looks good. I'll merge it.