Skip to content

Releases: itsneyoa/bridge

Message replying support

23 Sep 12:29

Choose a tag to compare

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

23 Sep 12:25

Choose a tag to compare

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)

22 Sep 19:45

Choose a tag to compare

Initial public release! 🎉