]> git.eshelyaron.com Git - emacs.git/commitdiff
* rcirc.texi: Document rcirc-omit-responses-after-join
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 11 Sep 2021 13:56:44 +0000 (15:56 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 11 Sep 2021 14:01:56 +0000 (16:01 +0200)
doc/misc/rcirc.texi

index ae3a3b13e62d925b365d4071a73e34f7ebb0b879..f1d82ea12ee4778e6f568e87e2c78a9fe525387e 100644 (file)
@@ -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