KittehOrg / KittehIRCClientLib

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

ISUPPORT TARGMAX #266

Closed mbax closed 3 years ago

mbax commented 5 years ago

Via modern.ircdocs.horse

TARGMAX=ACCEPT:,KICK:1,LIST:1,NAMES:1,NOTICE:4,PRIVMSG:4,WHOIS:1

I'd like to provide a getter for commands. How to represent the following three possible results?

Can't just get away with Optional here. What about -1 for unlimited? Feels hacky.

mbax commented 5 years ago

Based on conversations on IRC, and low (8.9%) implementation of this, I'm going to delay this one to the murky future.

mbax commented 3 years ago

https://github.com/KittehOrg/KittehIRCClientLib/commit/86b84ae5a304cd8c1de76c388841775918cec954