From fe0b24ee8ff72ec70f44d4b435506987701f3a0c Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 2 Sep 2003 03:34:04 +0000 Subject: [PATCH] * riece-commands.el (riece-command-join): Extract target identity-prefix before applying riece-channel-p. --- lisp/ChangeLog | 5 +++++ lisp/riece-commands.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af42fd2..e07ee17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-09-02 Daiki Ueno + + * riece-commands.el (riece-command-join): Extract target + identity-prefix before applying riece-channel-p. + 2003-08-30 Daiki Ueno * Riece: Version 0.1.1 released. diff --git a/lisp/riece-commands.el b/lisp/riece-commands.el index a1e2229..d8319f2 100644 --- a/lisp/riece-commands.el +++ b/lisp/riece-commands.el @@ -425,7 +425,7 @@ the layout to the selected layout-name." "Channel/User: " riece-current-channels)) key) (if (and current-prefix-arg - (riece-channel-p target)) + (riece-channel-p (riece-identity-prefix target))) (setq key (riece-read-passwd (format "Key for %s: " target)))) (list target key))) -- 2.25.1