From 9f6396c152d5235237321945ce81a9883b01d609 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 23 Oct 2003 12:25:53 +0000 Subject: [PATCH] (riece-command-switch-to-channel-by-number): Fixed. --- lisp/riece-commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-commands.el b/lisp/riece-commands.el index 124a1cd..039543d 100644 --- a/lisp/riece-commands.el +++ b/lisp/riece-commands.el @@ -38,7 +38,7 @@ (defun riece-command-switch-to-channel (channel) (interactive (list (riece-completing-read-identity "Channel/User: " riece-current-channels nil t))) - (unless (equal channel riece-current-channels) + (unless (equal channel riece-current-channel) (riece-switch-to-channel channel) (riece-redisplay-buffers))) -- 2.25.1