m0r13 / mclogalyzer

Minecraft Server Log Analyzer
GNU General Public License v3.0
44 stars 20 forks source link

Rk chat fix #24

Closed rk295 closed 8 years ago

rk295 commented 8 years ago

The regex defined in REGEX_CHAT_USERNAME matches only the first (up to the first space) word of the chat message. Test here. I've changed this to match more characters (test here). This would close #23 if merged.

m0r13 commented 8 years ago

Thanks for your PR! :)