You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the dust settled with the truncation changes (#45, #48), we made LineBytesStrict return ErrorBodyTooLong if the message is truncated.
ircevent does not check for this error, so truncation causes outgoing messages to be dropped. This is probably not the behavior bot authors expect. We should add a config variable like DisallowTruncation (i.e., truncation is allowed by default), and then check it and check that error value.
The text was updated successfully, but these errors were encountered:
After the dust settled with the truncation changes (#45, #48), we made
LineBytesStrict
returnErrorBodyTooLong
if the message is truncated.ircevent does not check for this error, so truncation causes outgoing messages to be dropped. This is probably not the behavior bot authors expect. We should add a config variable like
DisallowTruncation
(i.e., truncation is allowed by default), and then check it and check that error value.The text was updated successfully, but these errors were encountered: