* riece-300.el (riece-handle-353-message): Separate the previous
authorueno <ueno>
Thu, 1 Jun 2006 03:03:00 +0000 (03:03 +0000)
committerueno <ueno>
Thu, 1 Jun 2006 03:03:00 +0000 (03:03 +0000)
353 line by " ".

lisp/ChangeLog
lisp/riece-300.el

index 69e442c..f411319 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 0e8631f..160f54a 100644 (file)
             (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