-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insert zero width space in nicks on irc #175
Comments
Sorry, I don't really understand. |
i am not sure how the remotenickformat would allow me to split the string and insert something in the middle and not after the nickname.. inside it so that |
You want to insert a ZWSP inside a nick ? why? |
because people who are on both platforms ping themself when chatting .. and yes their irc clients are stupid but that seems to be the easiest way to fix this |
and ignoring the bot would not really help because then other users that send through the bot cannot ping you |
Ok, I understand now. |
Ok, I've added this feature in master. |
…ross platforms. ResolveUserName is now used instead of user.String() for retrieving username information. For additional details, see: 42wim/matterbridge#175.
…ross platforms. ResolveUserName is now used instead of user.String() for retrieving username information. For additional details, see: 42wim/matterbridge#175.
* Add zero width space between Telegram usernames to prevent pinging across platforms. ResolveUserName is now used instead of user.String() for retrieving username information. For additional details, see: 42wim/matterbridge#175. * Add config check for ZWSP. Helper methods now better reflect their actions. * Make return values more concise.
In case it's of interest here, so far the clients I have been told about that don't support ZWSP are:
|
I think the ZWSP is copied here from my Windows Terminal window. |
Yes, noticed it too, anyone an idea for workaround ?:) |
Just ask them to fix it, should be that a better workaround, because this is the use of zwsp, no? |
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
<Nickname> 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))
The text was updated successfully, but these errors were encountered: