/me dumps an enormous JSON string to the chat
Baughn opened this issue ยท 7 comments
It looks somewhat like this:
TextComponent{text='Baughn', siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=ClickEvent{action=SUGGEST_COMMAND, value='/msg Baughn '}, hoverEvent=null}} TextComponent{text='', siblings=[TextComponent{text='goes to report simply's problem.', siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
The same message is correctly relayed to IRC.
I can confirm, building from HEAD gives a version without the bug. Probably that commit fixes it.