From d7d65a0c08144cc0f0f950a36904d639f7b160f7 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 8 Jun 2003 09:32:31 +0000 Subject: [PATCH] (riece-command-change-mode): Fixed. --- lisp/riece-commands.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/riece-commands.el b/lisp/riece-commands.el index 5f282e0..c3364d0 100644 --- a/lisp/riece-commands.el +++ b/lisp/riece-commands.el @@ -262,7 +262,8 @@ (concat (riece-concat-channel-modes channel "Mode (? for help)") ": ") nil riece-minibuffer-map)))) - (riece-send-string (format "MODE %s :%s\r\n" channel change))) + (riece-send-string (format "MODE %s :%s\r\n" (riece-identity-prefix channel) + change))) (defun riece-command-set-operators (users &optional arg) (interactive -- 1.7.10.4