From 550011ca588a09b990d30b4b5083d46481a98836 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sat, 11 Sep 2021 15:56:44 +0200 Subject: [PATCH] * rcirc.texi: Document rcirc-omit-responses-after-join --- doc/misc/rcirc.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.39.5