projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a93269
)
Fixed.
author
ueno
<ueno>
Sat, 18 Oct 2003 22:03:31 +0000
(22:03 +0000)
committer
ueno
<ueno>
Sat, 18 Oct 2003 22:03:31 +0000
(22:03 +0000)
lisp/riece-keyword.el
patch
|
blob
|
history
diff --git
a/lisp/riece-keyword.el
b/lisp/riece-keyword.el
index
92e5f05
..
1e1e3b8
100644
(file)
--- a/
lisp/riece-keyword.el
+++ b/
lisp/riece-keyword.el
@@
-59,8
+59,7
@@
(defun riece-keyword-message-filter (message)
(if (and riece-keywords
;; Ignore messages which belongs to myself.
- (riece-identity-equal (riece-message-speaker message)
- riece-current-nickname))
+ (not (riece-message-own-p message)))
(let ((regexp (regexp-opt riece-keywords))
(index 0))
(while (string-match regexp (riece-message-text message) index)