theoriginalbit / MoarPeripherals

A Minecraft mod that adds more peripherals into the ComputerCraft mod
Apache License 2.0
7 stars 3 forks source link

Patch chatbox bug #51

Closed relative2 closed 9 years ago

relative2 commented 9 years ago

@theoriginalbit Patches the disconnect from server when sending a long string over chatbox reported by me in issue #49

theoriginalbit commented 9 years ago

I think the better approach would be to perform a substring on the message so it still sends at least some of it, just like the normal chat in Minecraft. Servers can type a large amount in the tell command but it will only send a small amount. I think it would also be worth investigating how long the chat messages can be and use that value instead of this 'magic' 5000 number.