1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-18 15:07:47 +02:00

Fix avatar size limit and fix comment

This commit is contained in:
Jfreegman 2015-10-20 22:47:11 -04:00
parent db410cb01e
commit cea5f1fe04
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,7 @@ tox = {
// Path for downloaded files
// download_path="/home/USERNAME/Downloads/";
// Path for your avatar (file must be a .png and cannot exceed 16.3 KiB)
// Path for your avatar (file must be a .png and cannot exceed 64 KiB)
// avatar_path="/home/USERNAME/Pictures/youravatar.png";
// Path for chatlogs

View File

@ -1077,7 +1077,6 @@ static void parse_args(int argc, char *argv[])
}
/* Looks for an old default profile data file and blocklist, and renames them to the new default names.
* Saves the old data files under the names "toxic_data.old" and "toxic_data_blocklist.old".
*
* Returns 0 on success.
* Returns -1 on failure.