update
This commit is contained in:
parent
3a3d8ab5e4
commit
4edbf98dc4
@ -15,6 +15,8 @@ Tox-WeeChat is compliant with all "Required" points in the
|
|||||||
- Encrypted save files
|
- Encrypted save files
|
||||||
- File transfer
|
- File transfer
|
||||||
|
|
||||||
|
No NGC groups yet.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Tox-WeeChat requires [WeeChat][2] (tested with version 4.1.2) and [TokTok
|
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.
|
`/set tox.*` for a list of options, including proxies.
|
||||||
|
|
||||||
### Common issues
|
### Common issues
|
||||||
|
|
||||||
#### Long Tox names messing up WeeChat layout
|
#### Long Tox names messing up WeeChat layout
|
||||||
|
|
||||||
Tox allows names up to 128 bytes long. To prevent long names from taking all
|
Tox allows names up to 128 bytes long. To prevent long names from taking all
|
||||||
|
@ -661,6 +661,8 @@ twc_tfer_file_send_control(struct t_twc_profile *profile, size_t index,
|
|||||||
twc_tfer_file_update(profile->tfer, file);
|
twc_tfer_file_update(profile->tfer, file);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
/* proforma */
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user