From: Philip Kaludercic Date: Sat, 11 Sep 2021 13:56:44 +0000 (+0200) Subject: * rcirc.texi: Document rcirc-omit-responses-after-join X-Git-Tag: emacs-28.0.90~948^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=550011ca588a09b990d30b4b5083d46481a98836;p=emacs.git * rcirc.texi: Document rcirc-omit-responses-after-join --- diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index ae3a3b13e62..f1d82ea12ee 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi @@ -807,6 +807,18 @@ active and only omits a message if the nick has not been active. The window @code{rcirc} considers is controlled by the @code{rcirc-omit-threshold} variable. +@vindex rcirc-omit-responses-after-join +Right after connecting to a server, rcirc will also hide all messages +in @code{rcirc-omit-responses-after-join}, next to +@code{rcirc-omit-responses}. For example, + +@example +(setq rcirc-omit-responses-after-join '("TOPIC" "NICK")) +@end example + +would hide the topic message and the list of users in the current +channel right after joining a new channel. + @node Hacking and Tweaking @chapter Hacking and Tweaking @cindex hacking and tweaking