* riece-300.el (riece-handle-353-message): Separate the previous
[riece] / lisp / riece-300.el
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