Skip to content

HTML generated by bots mixes with chat text on latest master #4491

@Gert-dev

Description

@Gert-dev

Describe the bug
When using the latest Mumble builds, the HTML sent by bots such as botamusique for commands such as !help interfere with the formatting of user text.

Steps to Reproduce
Steps to reproduce the behavior:

  1. Start a bot such as botamusique.
  2. Fire up mumble and join the same server.
  3. Type !help.
  4. Type something else and send it. It will now be put in a bullet list along with the command output.

Expected behavior
The output is put on a separate line.

Screenshots
Before

Desktop (please complete the following information):

  • OS: Arch Linux 64-bit
  • Version: Mumble latest development at commit 0a53864.

Additional context
This does not happen on stable Mumble 1.3. On the end of the bot, a fix appears to be to simply insert a <br> at the end of the lines it generates:

After

I first posted this to the botamusique issue tracker at azlux/botamusique#207, but since this works in stable mumble, it seemed like it's a bug upstream instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA bug (error) in the softwareclientui

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions