Releases: itsneyoa/bridge
Message replying support
If a command is not found, react with ❓ rather than just logging.
Message prefix is now updated based on message replies. Standalone messages still follow the format <nick>: <message>, however if a message is being replied to the format is now <authorNick> ➜ <replyingToNick>: <message>, with authorNick being the nickname of the person creating the message and replyingToNick being the nick of the person who created the message which is being replied to.
Better regex
Added "Blocked message containing lobby command." to the list of messages which are detected as blocked.
Improved the regex - Previously characters like ‘ ’ “ ” (iPhone smart quotes), characters with accents and some valid Unicode characters were being cut short. Emojis are still all removed due to their inconsistency on Hypixel (✌️ works perfectly fine, 🐀 does not. I'm not sure of a way to differentiate without testing every one manually).
Public release (version 1.0.0)
Initial public release! 🎉