Variable: erc--decouple-query-and-channel-membership-p

erc--decouple-query-and-channel-membership-p is a variable defined in erc.el.gz.

Value

nil

Documentation

When non-nil, don't tether query participation to channel membership.

Specifically, add users to query tables when they speak, don't remove them when they leave all channels, and allow removing the client's own user from erc-server-users. Note that enabling this compatibility flag degrades the user experience and isn't guaranteed to correctly restore the described historical behavior.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--decouple-query-and-channel-membership-p nil
  "When non-nil, don't tether query participation to channel membership.
Specifically, add users to query tables when they speak, don't remove
them when they leave all channels, and allow removing the client's own
user from `erc-server-users'.  Note that enabling this compatibility
flag degrades the user experience and isn't guaranteed to correctly
restore the described historical behavior.")