cnaude / PurpleIRC-forge

Minecraft Forge mod IRC relay.
2 stars 2 forks source link

Fixed URLs posted in chat not being clickable in-game #3

Closed RoyCurtis closed 8 years ago

RoyCurtis commented 8 years ago

This is a minor fix to the broadcastToGame method that makes URLs in IRC chat clickable in-game. This uses a Forge utility method which is also used by patched vanilla code. It is reliable and appears to correctly identify and link URLs as well as vanilla chat can, without breaking non-URL text.

Rationale

Players regularly share URLs in IRC chat (e.g. song of the day, FTB tutorials, etc) which in-game players have, frustratingly, been unable to click and navigate to.

Testing

This PR has two additional but unrelated changes, for the sake of improving dev environments:

RoyCurtis commented 8 years ago

Thank you for accepting!