From: ueno Date: Sat, 26 Jun 2004 00:36:13 +0000 (+0000) Subject: * riece-commands.el (riece-command-change-mode): Don't send ":". X-Git-Tag: riece-1_0_1~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=20559dd9d0f797be53f25d783ce6f1c444cd2524;p=elisp%2Friece.git * riece-commands.el (riece-command-change-mode): Don't send ":". [cf. ] --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b1ee5b..21f09d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-06-26 Daiki Ueno + + * riece-commands.el (riece-command-change-mode): Don't send ":". + [cf. ] + 2004-06-18 TAKAHASHI Kaoru * riece-display.el (riece-update-long-channel-indicator): Change diff --git a/lisp/riece-commands.el b/lisp/riece-commands.el index 9348028..22d2755 100644 --- a/lisp/riece-commands.el +++ b/lisp/riece-commands.el @@ -278,7 +278,7 @@ the layout to the selected layout-name." (if (equal change "") (riece-send-string (format "MODE %s\r\n" (riece-identity-prefix channel))) - (riece-send-string (format "MODE %s :%s\r\n" + (riece-send-string (format "MODE %s %s\r\n" (riece-identity-prefix channel) change))))