From: Daiki Ueno Date: Sat, 26 Jun 2004 00:36:13 +0000 (+0000) Subject: * riece-commands.el (riece-command-change-mode): Don't send ":". X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=d2d5efa3884cc8eba9396e7c247ed02fe7295a80;ds=sidebyside * 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))))