1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 05:16:35 +01:00

refactored sendfile and invite commands to not require names and to only work in chat windows

This commit is contained in:
Jfreegman
2013-10-13 19:09:20 -04:00
parent 75d356e52a
commit 371fbc87a5
7 changed files with 85 additions and 124 deletions

View File

@@ -371,7 +371,7 @@ void do_file_senders(Tox *m)
/* TODO: move this alert to chat window */
wprintw(prompt->window, "File '%s' successfuly sent to %s.\n",
file_senders[i].filename, file_senders[i].friendname);
file_senders[i].pathname, file_senders[i].friendname);
return;
}
}