X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-commands.el;h=22d2755640e3d0dffd76aac70db589e0a7448598;hp=934802881fd60f94b9eedcda251f929ec27e08c8;hb=d2d5efa3884cc8eba9396e7c247ed02fe7295a80;hpb=70f7f82c08b9bb70c14b506354db416cf569c8ca 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))))