+2006-06-01 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-300.el (riece-handle-353-message): Separate the previous
+ 353 line by " ".
+
2006-05-29 Daiki Ueno <ueno@unixuser.org>
* Riece: Version 3.0.0 released.
(entry (riece-identity-assoc channel riece-353-message-alist t)))
(if entry
(setcdr entry
- (concat (cdr entry)
+ (concat (cdr entry) " "
(substring string (match-end 0))))
(setq riece-353-message-alist
(cons (cons channel (substring string (match-end 0)))
(setq riece-353-message-alist
(delq entry riece-353-message-alist)))
(while (string-match
- (concat "\\([@+]\\)?\\([^ ]+\\) *")
+ (concat "\\([@+]\\)?\\([^ ]+\\) +")
string start)
(put-text-property (match-beginning 2) (match-end 2)
'riece-identity