* riece-commands.el (riece-command-join): Format target.
authorDaiki Ueno <ueno@unixuser.org>
Tue, 2 Sep 2003 04:23:01 +0000 (04:23 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 2 Sep 2003 04:23:01 +0000 (04:23 +0000)
lisp/ChangeLog
lisp/riece-commands.el

index e07ee17..99c7648 100644 (file)
@@ -1,7 +1,7 @@
 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
 
        * riece-commands.el (riece-command-join): Extract target
-       identity-prefix before applying riece-channel-p.
+       identity-prefix before applying riece-channel-p; format target.
 
 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
 
index d8319f2..401678a 100644 (file)
@@ -427,7 +427,8 @@ the layout to the selected layout-name."
      (if (and current-prefix-arg
              (riece-channel-p (riece-identity-prefix target)))
         (setq key
-              (riece-read-passwd (format "Key for %s: " target))))
+              (riece-read-passwd (format "Key for %s: "
+                                         (riece-format-identity target)))))
      (list target key)))
   (let ((pointer (riece-identity-member target riece-current-channels)))
     (if pointer