KittehOrg / KittehIRCClientLib

An IRC client library in Java
https://kitteh.dev/kicl/
MIT License
146 stars 34 forks source link

ISUPPORT MAXLIST #265

Closed mbax closed 5 years ago

mbax commented 5 years ago

To quote modern.ircdocs.horse:

MAXLIST=beI:25           ; indicates that a client may set up to a total of 25 of a
                         combination of "b", "e", and "I" modes.

MAXLIST=b:60,e:60,I:60   ; indicates that a client may set up to 60 "b" modes,
                         "e" modes, and 60 "I" modes.

MAXLIST=beI:100,q:50     ; indicates that a client may set up to a total of 100 of
                         a combination of "b", "e", and "I" modes, and that they
                         may set up to 50 "q" modes.

Options:

Thoughts?

mbax commented 5 years ago

Went a slightly different route https://github.com/KittehOrg/KittehIRCClientLib/commit/639c773530ea3548891e382474bf2560316a0387