Skip to content

insert zero width space in nicks on irc #175

@NikkyAI

Description

@NikkyAI

Please answer the following questions.

Which version of matterbridge are you using?

run matterbridge -version
version: 0.12.0 8c7549a

Please describe the expected behavior.

prefixed nicknames on irc should have a no ping character or zero width space U+200B

in the following line a zero width space is inserted at position 1 of the nickname
<N​ickname> some message

Please describe the actual behavior.

there is no inserted zwsp and there seem to be no options to enable such behaviour

Please add your configuration file

(be sure to exclude or anonymize private data (tokens/passwords))

[irc]
    [irc.esper]
    Server="irc.esper.net:6697"
    Nick="ruby" #effectively "ruby_" while testing
    
    UseTLS=true
    UseSASL=true

    NickServNick="username"
    NickServPassword="hunter2"

    IgnoreNicks="cord spammer"

[discord]
    [discord.chat]
    Token="token"
    Server="servername"
    EditDisable=false
    EditSuffix=" (edited)"
    IgnoreNicks="[cord] spammer"
    RemoteNickFormat="<{NICK}> "
    ShowJoinPart=false

[[gateway]]
#REQUIRED and UNIQUE
name="cord"
enable=true
    [[gateway.inout]]
    account="irc.esper"
    channel="#cord"

    [[gateway.inout]]
    account="discord.chat"
    channel="cord"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions