aaronpk / Slack-IRC-Gateway

Bridge Slack rooms to IRC channels
Other
34 stars 6 forks source link

Break long slack messages into shorter pieces for IRC #5

Open aaronpk opened 7 years ago

aaronpk commented 7 years ago

It seems that the IRC client already is doing something trying to split long Slack messages into shorter messages. However, often the last few words are cut off, likely due to IRC server-specific details.

Probably the slack bridge should be proactive about splitting up long messages into shorter messages that will always be smaller than the IRC limit.