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
140 stars 45 forks source link

Split Telegram messages by lines (multi-line support) #350

Open jwflory opened 4 years ago

half-duplex commented 2 years ago

Related, if I understand the title correctly: https://github.com/lrstanley/girc/issues/55

allixx commented 3 months ago

Implemented upstream: https://github.com/lrstanley/girc/pull/43

To anyone familiar with the codebase: does this mean simply rebuilding teleirc with updated girc will bring message splitting?

Tjzabel commented 3 months ago

Implemented upstream: lrstanley/girc#43

To anyone familiar with the codebase: does this mean simply rebuilding teleirc with updated girc will bring message splitting?

I mentioned this in the related PR: https://github.com/RITlug/teleirc/pull/420

It is not a simple library update and does require code change on our end to make use of this new functionality. It is next on my backlog to do when I get around to it.