mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
"dcc error file not found" -> "dcc error file open". Print the actual error
message based on errno, don't just assume the file wasn't found. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1471 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
54ffbf9c57
commit
cb28685574
6 changed files with 13 additions and 9 deletions
|
|
@ -189,7 +189,7 @@ dcc*.c:
|
|||
"dcc get receive", DCC_REC
|
||||
"dcc error connect", DCC_REC
|
||||
"dcc error file create", DCC_REC, char *filename
|
||||
"dcc error file not found", char *nick, char *filename
|
||||
"dcc error file open", char *nick, char *filename, int errno
|
||||
"dcc error get not found", char *nick
|
||||
"dcc error send exists", char *nick, char *filename
|
||||
"dcc error unknown type", char *type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue