+2003-08-06 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-unread.el (riece-unread-update-channel-list-buffer): Call
+ riece-parse-identity.
+
2003-08-04 Daiki Ueno <ueno@unixuser.org>
* riece-server.el (riece-find-server-name): Abolish.
(goto-char (point-min))
(while (not (eobp))
(if (looking-at "\\( ?[0-9]+:\\)\\([ !]\\)\\(.+\\)")
- (let ((channel (match-string 3)))
+ (let ((channel (save-match-data
+ (riece-parse-identity (match-string 3)))))
(replace-match
(concat "\\1"
(if (member channel riece-unread-channels)