You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: