summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-05-11 12:43:59 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-05-11 12:43:59 +0000
commitcb2868557491ce3d1d61d6d55811a80a387efe4f (patch)
tree9c5eb3a8a200daad59d37bf88307b9a8a630aa73 /docs
parent54ffbf9c57a623af4ad8a3909444c6827ca4c610 (diff)
downloadirssi-cb2868557491ce3d1d61d6d55811a80a387efe4f.zip
"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
Diffstat (limited to 'docs')
-rw-r--r--docs/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/signals.txt b/docs/signals.txt
index 12630a5e..20484abd 100644
--- a/docs/signals.txt
+++ b/docs/signals.txt
@@ -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