From: Stefan Kangas Date: Wed, 29 Sep 2021 23:49:42 +0000 (+0200) Subject: * lisp/erc/erc.el (erc-user-mode): Set "+i" by default. X-Git-Tag: emacs-28.0.90~423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=595e506c829156c72206c6db95b04c54bae1d025;p=emacs.git * lisp/erc/erc.el (erc-user-mode): Set "+i" by default. --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index c4077d48ab0..308812f0eb2 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -188,10 +188,12 @@ parameters and authentication." It is not strictly necessary to provide this, since ERC will prompt you for it.") -(defcustom erc-user-mode nil +(defcustom erc-user-mode "+i" + ;; +i "Invisible". Hides user from global /who and /names. "Initial user modes to be set after a connection is established." :group 'erc - :type '(choice (const nil) string function)) + :type '(choice (const nil) string function) + :version "28.1") (defcustom erc-prompt-for-password t