erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][master] erc-track: Ignore who set channel topic an


From: mwolson
Subject: [Erc-commit] [commit][master] erc-track: Ignore who set channel topic and listing of channel users.
Date: Wed, 23 Jan 2008 19:30:04 -0500

commit e2c1315e2a3f9b1df9b2e26b564be969ac10dcd8
Author: Michael W. Olson <address@hidden>
Date:   Wed Jan 23 19:20:48 2008 -0500

    erc-track: Ignore who set channel topic and listing of channel users.

diff --git a/ChangeLog b/ChangeLog
index 59aff2e..acbf992 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * erc-track.el (erc-track-faces-normal-list): Add
        erc-dangerous-host-face.
+       (erc-track-exclude-types): Add 333 and 353 to the default list of
+       things to ignore, and explain what they are in the docstring.
 
 2008-01-23  Michael Olson  <address@hidden>
 
diff --git a/erc-track.el b/erc-track.el
index 6dc8bdd..9e5307d 100644
--- a/erc-track.el
+++ b/erc-track.el
@@ -101,9 +101,13 @@ disconnected from `erc-modified-channels-alist'."
   :group 'erc-track
   :type 'boolean)
 
-(defcustom erc-track-exclude-types '("NICK")
+(defcustom erc-track-exclude-types '("NICK" "333" "353")
   "*List of message types to be ignored.
-This list could look like '(\"JOIN\" \"PART\")."
+This list could look like '(\"JOIN\" \"PART\").
+
+By default, exclude changes of nicknames (NICK), display of who
+set the channel topic (333), and listing of users on the current
+channel (353)."
   :group 'erc-track
   :type 'erc-message-type)
 




reply via email to

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