mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -23,7 +23,7 @@ enum {
|
|||
IRCTXT_DCC_SEND_CHANNEL,
|
||||
IRCTXT_DCC_SEND_EXISTS,
|
||||
IRCTXT_DCC_SEND_NOT_FOUND,
|
||||
IRCTXT_DCC_SEND_FILE_NOT_FOUND,
|
||||
IRCTXT_DCC_SEND_FILE_OPEN_ERROR,
|
||||
IRCTXT_DCC_SEND_CONNECTED,
|
||||
IRCTXT_DCC_SEND_COMPLETE,
|
||||
IRCTXT_DCC_SEND_ABORTED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue