forked from 42wim/matterbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
sanitizeNicks harder #1
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request