Terminus-Project/Terminus-Bot

Messages are improperly truncated

Closed this issue · 0 comments

includes/irc.rb tries to truncate replies so they will be as long as possible once the server sends them to the end user. But we're missing something, somewhere: messages always get truncated further somewhere else.

We need to either choose an arbitrary max message length and chop there, or figure out how messages are truncated by the server and take advantage of it.