"J.P." writes: > "J.P." writes: > >> v2. Account for nonstandard CHANMODES beyond type D. Make mode-letter >> handling more extensible and modular. Provide convenience macro for >> caching processed data originating from ISUPPORT values. Retain original >> parsed channel-mode data. > > This has been installed as > > cca7956c82d * Favor ISUPPORT params for MODE processing in ERC > > Closing for now. Unfortunately, this latest round of changes messed up a pretty basic but important aspect of channel-mode parsing. As a result, the ERC on HEAD confuses modes that take parameters with those that don't. Worst case is thought to be that strange values may be assigned to the variables `erc-channel-user-limit' and `erc-channel-key'. Fix attached.