diff --git a/README.md b/README.md index 16378ac..fa6fb08 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Tox-WeeChat is compliant with all "Required" points in the - Encrypted save files - File transfer +No NGC groups yet. + ## Installation Tox-WeeChat requires [WeeChat][2] (tested with version 4.1.2) and [TokTok @@ -49,6 +51,7 @@ an example. `/set tox.*` for a list of options, including proxies. ### Common issues + #### Long Tox names messing up WeeChat layout Tox allows names up to 128 bytes long. To prevent long names from taking all diff --git a/src/twc-tfer.c b/src/twc-tfer.c index 81b467a..c2a0331 100644 --- a/src/twc-tfer.c +++ b/src/twc-tfer.c @@ -661,6 +661,8 @@ twc_tfer_file_send_control(struct t_twc_profile *profile, size_t index, twc_tfer_file_update(profile->tfer, file); return 1; } + /* proforma */ + return 0; } /**