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

Telegram messages prepend an extra space #333

Closed Tjzabel closed 4 years ago

Tjzabel commented 4 years ago

Summary

When sending a message from TG -> IRC, and extra space is prepended in TG messages.

Standard debugging steps

How to reproduce?

  1. Run TeleIRC in HEAD
  2. Send a message on Telegram
  3. See there are two spaces at the beginning of the message text instead of 1

Expected behavior

Only a single space is seen at the start of TG -> IRC messages.

Screenshots:

image