diff options
author | Michael Vetter <jubalh@iodoru.org> | 2018-11-22 11:00:18 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2018-11-22 11:00:18 +0100 |
commit | a97202ace67673bc884e9cdf3c755783cec47407 (patch) | |
tree | d8a3866575c33eb4f62567183fe51b4881ff0fb1 /src | |
parent | fb2ca00f930b03baf1f175d63f10f7fd6708c4b0 (diff) | |
parent | b4739b328ec62219efb7ed0df58fddb8ab47664a (diff) | |
download | profani-tty-a97202ace67673bc884e9cdf3c755783cec47407.tar.gz |
Merge branch 'nick'
See https://github.com/boothj5/profanity/pull/1023
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 0e4b5654..33ab6ff5 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -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") }, |