Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(irc): tail of long messages weren't arriving on IRC #169

Merged
merged 1 commit into from
May 5, 2023

Conversation

TrueBrain
Copy link
Member

It was estimated that 470 characters would be the limit; it was a wrong estimate. Go to an even lower value of 400.

It was estimated that 470 characters would be the limit; it was
a wrong estimate. Go to an even lower value of 400.
@TrueBrain TrueBrain force-pushed the fix-line-wrapping branch from 39e6b0a to bb1b840 Compare May 5, 2023 06:47
Copy link

@rubidium42 rubidium42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On OFTC the server says TOPICLEN=391. Not sure why it's limited to only that, since I received about 440 characters of a message last time I noticed. Regardless, 400 is significantly less than the ~440 that should be fine.

@TrueBrain TrueBrain merged commit 48c6d1d into OpenTTD:main May 5, 2023
@TrueBrain TrueBrain deleted the fix-line-wrapping branch May 5, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants