IntelligenceModding / Advanced-Peripherals-Features

A place for the feature request for Advanced Peripherals
0 stars 1 forks source link

Replace `&` as `§` for the message param at `chatbox.sendMessage` #65

Closed zyxkad closed 2 months ago

zyxkad commented 6 months ago

Describe your idea

People sometimes are lazy and don't want to work with complex and long function invoke on sendFormattedMessage, but they still want pretty messages. Should we replace & to § for the message param as well? However, it will break a lot programs that used chatbox when they do things like sendMessage('clean&reset').

Describe alternatives you've considered if you've any

What about replace &x; to §x?

Additional context

No response

Linked Issues

No response