Skip to content

Message Format Parsing #40

@jobe1986

Description

@jobe1986

[04:34:21] -O3:#<removed>- Found <removed> in bad-word channel <boldstart>#$b; removing the user.

Basically channel name was "#$" when placed into the log message, it became "$b#$$b" which was then parsed to "#$b" instead of to "#$".

The solution is to ensure that "$"'s in channel names are replaced with "$$" before used in log messages like that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions