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:
parent
3fd6f70bd9
commit
b4739b328e
@ -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")
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user