TwelveIterationMods / EiraIRC

No longer maintained.
MIT License
24 stars 13 forks source link

/me dumps an enormous JSON string to the chat #341

Closed Baughn closed 9 years ago

Baughn commented 9 years ago

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.

Baughn commented 9 years ago

Is this supposed to be fixed in 2.9.391? I still have the same problem.

BlayTheNinth commented 9 years ago

It should be fixed, yeah. Are you running on a client or a server?

Baughn commented 9 years ago

EiraIRC is running on the server. It's not on my client... let me try that.

Baughn commented 9 years ago

Nope, same problem either way.

GinjaNinja32 commented 9 years ago

Also happening for me on 2.9.391.

Baughn commented 9 years ago

I can confirm, building from HEAD gives a version without the bug. Probably that commit fixes it.

GinjaNinja32 commented 9 years ago

Yep, fixed here as of build 392.