* riece-commands.el (riece-command-change-mode): Don't send ":".
[riece] / lisp / riece-commands.el
index 9348028..22d2755 100644 (file)
@@ -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)))
   (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))))
 
                               (riece-identity-prefix channel)
                               change))))