X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-commands.el;h=f924e5142ecb4e343ca37ef0dcf56df92d70b333;hp=c6ed3d90487ecfd5780fbffd688856553a55ca90;hb=959667e06ff0b385e618faee300a08f4d3a36991;hpb=41f70b5a0e3fdc63c54bb5ce34c024b0d4d625d5 diff --git a/lisp/riece-commands.el b/lisp/riece-commands.el index c6ed3d9..f924e51 100644 --- a/lisp/riece-commands.el +++ b/lisp/riece-commands.el @@ -205,7 +205,7 @@ the layout to the selected layout-name." "Invite user: " (riece-get-users-on-server (riece-current-server-name)) nil nil nil nil nil t)))) - (riece-send-string (format "INVITE %s %s\r\n" + (riece-send-string (format "INVITE %s :%s\r\n" (riece-identity-prefix user) (riece-identity-prefix riece-current-channel))))