changeset 68080:f9bd25bc28cc

*** empty log message ***
author Alex Schroeder <alex@gnu.org>
date Sat, 07 Jan 2006 02:51:45 +0000
parents 61e9ea461d3c
children ec8a77d4aadf
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jan 07 02:50:27 2006 +0000
+++ b/lisp/ChangeLog	Sat Jan 07 02:51:45 2006 +0000
@@ -4,6 +4,14 @@
 	process is open, since not all commands need an open process.
 	(rcirc-send-string): Check whether the process is open before
 	sending anything.
+	(rcirc-ignore-list): New option.
+	(rcirc-ignore-list-automatic): New variable.
+	(rcirc-print): Take rcirc-ignore-list into account.
+	(rcirc-cmd-ignore): New command.
+	(rcirc-ignore-update-automatic): New function.
+	(rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
+	list if ignored nicks.
+	(rcirc-handler-NICK): Ditto, and also ignore the new nick.
 
 2006-01-06  David Reitter  <david.reitter@gmail.com>