Skip to content

Commit

Permalink
fix: multiline_max_bytes was not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicFrog committed Feb 12, 2024
1 parent bac0f5b commit 50e3ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/irc/handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ defmodule M51.IrcConn.Handler do
# 8kB should be a reasonable limit to remain under the allowed 65kB even
# with large signatures and many escapes.
@multiline_max_bytes 8192
def multiline_max_bytes, do: @multiline_max_bytes

# set of capabilities that we will show in CAP LS and accept with ACK;
# along with their value (shown in CAP LS 302)
Expand Down

0 comments on commit 50e3ac0

Please sign in to comment.