emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/rcirc-update 550011c 3/7: * rcirc.texi: Document rcirc-omit-resp


From: Philip Kaludercic
Subject: feature/rcirc-update 550011c 3/7: * rcirc.texi: Document rcirc-omit-responses-after-join
Date: Sat, 11 Sep 2021 11:06:45 -0400 (EDT)

branch: feature/rcirc-update
commit 550011ca588a09b990d30b4b5083d46481a98836
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * 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 ae3a3b1..f1d82ea 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]