VentureChat icon indicating copy to clipboard operation
VentureChat copied to clipboard

Bug causing channel change when Quick Chat is blocked

Open madebygood opened this issue 1 year ago • 1 comments

Content: Quick Chat is a feature that allows users to send messages quickly without changing the chat channel using the format /channel [message].

However, if the /channel [message] is canceled by an event, a bug occurs where the chat transmission is blocked, and the channel is changed instead.

Example:

  1. type '/lc asdf'
  2. Skript triggers a cancel event (due to spam, cooldown, etc.)
  3. As a result, the chat message "asdf" does not get displayed
  4. However, the chat channel changes to "local"

Changing the chat channel is not in line with the intended purpose of Quick Chat and is causing confusion among users.

Therefore, I request that this bug be fixed.

madebygood avatar Mar 17 '23 09:03 madebygood

Channel Global:
Alias: g
/g Hello

Will send the message Hello to the Global channel and not change channel focus.

/g

Will change channel focus to Global.

Are you certain this isn't what is happening? Because I traced through the command and the listener and don't see how cancelling the event would alter the functionality of the command.

Aust1n46 avatar Mar 24 '23 03:03 Aust1n46