1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Nicks containig spaces need to be quoted

For example "FirstName LastName", need to be quoted.
This commit is contained in:
Raf Czlonka 2018-11-21 16:21:06 +00:00 committed by Michael Vetter
parent 3fd6f70bd9
commit b4739b328e

View File

@ -384,7 +384,7 @@ static struct cmd_t command_defs[] =
"/roster add someone@contacts.org",
"/roster add someone@contacts.org Buddy",
"/roster remove someone@contacts.org",
"/roster nick myfriend@chat.org My Friend",
"/roster nick myfriend@chat.org \"My Friend\"",
"/roster clearnick kai@server.com",
"/roster size 15")
},