]> git.eshelyaron.com Git - emacs.git/commit
Make erc-update-channel-current-member stricter
authorF. Jason Park <jp@neverwas.me>
Fri, 29 Dec 2023 04:21:30 +0000 (20:21 -0800)
committerF. Jason Park <jp@neverwas.me>
Sun, 31 Dec 2023 14:56:32 +0000 (06:56 -0800)
commit6c899525571749c29ec3e2826c4cc70b85b17db1
tree50af039a4e9bce54854d817284ecbdcf3beb9c4a
parent2560d81351c72002e1014c70af0488bbb2558b34
Make erc-update-channel-current-member stricter

* lisp/erc/erc.el (erc--update-cusr-status-if-changed): Remove unused
macro.
(erc-update-current-channel-member): Redo doc string and abide by its
original language to the letter by not honoring a value of t for the
five channel-membership status parameters, even though this may break
user code that accidentally passes t instead of `on'.  Avoid double
lookup for nick in `erc-server-users'.  Rename some variables as per
recommended conventions for `erc-channel-user' objects.  Stash
downcased nick for further reuse.  Don't bother factoring in `addp' to
return value because `cusr-changed-p' is always non-nil when `addp'
is.
lisp/erc/erc.el