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.
To quote modern.ircdocs.horse:
Options:
Set<Pair<Set<Character>,Integer>>
Map<Set<Character>,Integer>>
Thoughts?