Closed mbax closed 3 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.
Based on conversations on IRC, and low (8.9%) implementation of this, I'm going to delay this one to the murky future.
https://github.com/KittehOrg/KittehIRCClientLib/commit/86b84ae5a304cd8c1de76c388841775918cec954
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.