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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user