forked from 42wim/matterbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
sanitizeNick function could have a list of allowed IRC nick characters and replace everything else with "-".
Currently sanitizeNick only replaces "!+%@&#$:'"?*,. " with "-", which could be problematic if the bridged nick contains something weird, like emojis 🧐 . This can cause the bridged message silently dropped.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request