mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
irc: add missing space between capabilities in display of supported/enabled capabilities
This commit is contained in:
@@ -350,6 +350,7 @@ irc_protocol_cap_print_cb (void *data,
|
||||
|
||||
str_caps = (char **)data;
|
||||
|
||||
weechat_string_dyn_concat (str_caps, " ");
|
||||
weechat_string_dyn_concat (str_caps, key);
|
||||
if (value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user