mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
relay: add command /remote, add remote configuration in relay.conf (issue #2066)
This commit is contained in:
@@ -808,7 +808,7 @@ relay_api_protocol_recv_http (struct t_relay_client *client)
|
||||
{ NULL, NULL, 0, 0, 0, NULL },
|
||||
};
|
||||
|
||||
if (!client->http_req || RELAY_CLIENT_HAS_ENDED(client))
|
||||
if (!client->http_req || RELAY_STATUS_HAS_ENDED(client->status))
|
||||
return;
|
||||
|
||||
/* display debug message */
|
||||
|
||||
Reference in New Issue
Block a user