]> git.eshelyaron.com Git - emacs.git/commit
Honor arbitrary CHANTYPES in ERC
authorF. Jason Park <jp@neverwas.me>
Sun, 19 Feb 2023 03:32:36 +0000 (19:32 -0800)
committerF. Jason Park <jp@neverwas.me>
Sat, 8 Apr 2023 21:23:50 +0000 (14:23 -0700)
commite69bd59ec59784b2f646e93355d4d63f41426cfc
treefff6062e04cf60606943301ca0528b895ef78350
parent8c0c98268440b27a77faf30738dfd72c909bb33f
Honor arbitrary CHANTYPES in ERC

* lisp/erc/erc.el (erc-channel-p): Favor "CHANTYPES" ISUPPORT item
before falling back to well known prefixes.
* test/lisp/erc/erc-tests.el (erc-channel-p): Add test.  Arbitrarily
bundled with bug#60954.
lisp/erc/erc.el
test/lisp/erc/erc-tests.el