mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
Add support of /upgrade in Relay plugin
This commit is contained in:
@@ -90,7 +90,7 @@ relay_completion_relays_cb (void *data, const char *completion_item,
|
||||
{
|
||||
snprintf (protocol_name, sizeof (protocol_name), "%s.%s",
|
||||
relay_protocol_string[ptr_server->protocol],
|
||||
ptr_server->protocol_string);
|
||||
ptr_server->protocol_args);
|
||||
weechat_hook_completion_list_add (completion, protocol_name,
|
||||
0, WEECHAT_LIST_POS_SORT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user