RITlug / teleirc

Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
https://docs.teleirc.com/
GNU General Public License v3.0
141 stars 45 forks source link

teleirc shows the telegram nicknames in the Telegram with unneeded space #390

Closed kompilainenn closed 2 years ago

kompilainenn commented 2 years ago

Summary

teleirc shows the telegram nicknames in the Telegram with unneeded space

How to reproduce?

  1. go to into #libreoffice-qa in Libera Chat
  2. go to into telegram channel https://t.me/LibreOffice_QA
  3. try write in IRC my telegram nickname like @Kompilainenn and press enter there
  4. look in the Telegram channel on the result. It will look as @K ompilainenn

Expected behavior

teleirc should shows the telegram nicknames without any unneeded spaces inside

Tjzabel commented 2 years ago

Hello, this is an issue that comes across when certain IRC clients do not support zero-width spaces. This was intentionally added so users who have the same IRC nick and TG usernames do not constantly ping themselves across platform.

In order to fix this you can simply set

IRC_SHOW_ZWSP=false

in your .env file.

Let us know if this solves your issue :smile:

jwflory commented 2 years ago

I am going to close this issue per the previous comment 🎬 This can be resolved by changing the TeleIRC configuration to hide zero-width spaces.