m0r13 / mclogalyzer

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

When using new chat function, only first word or until it runs into a ' #18

Open lalligood opened 9 years ago

lalligood commented 9 years ago

I cleared out all of the old files in /usr/local/bin related to mclogalyzer, did a 'git pull origin master', 'python setup.py install', & added '--chat' argument to my command.

It shows the chat link at the top of the page, but the conversations only show the first word or at least the first word up until a ' (so words like "didn't" appear as "didn"). See for yourself here: http://lancer.serveminecraft.net/stats.html#chat

What did I do wrong?