From: ueno Date: Thu, 1 Jun 2006 03:30:40 +0000 (+0000) Subject: Fixed. X-Git-Tag: riece-3_1_0~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=inline;h=2e43502a43a7e5acbade10629962654adc0eec76;p=elisp%2Friece.git Fixed. --- diff --git a/lisp/riece-300.el b/lisp/riece-300.el index 160f54a..deed723 100644 --- a/lisp/riece-300.el +++ b/lisp/riece-300.el @@ -251,10 +251,11 @@ (entry (riece-identity-assoc channel riece-353-message-alist t))) (if entry (setcdr entry - (concat (cdr entry) " " - (substring string (match-end 0)))) + (concat (cdr entry) + (substring string (match-end 0)) " ")) (setq riece-353-message-alist - (cons (cons channel (substring string (match-end 0))) + (cons (cons channel + (concat (substring string (match-end 0)) " ")) riece-353-message-alist)))))) (defun riece-handle-322-message (prefix number name decoded)