aboutsummaryrefslogtreecommitdiffstats
path: root/dcc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-18 15:44:55 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-18 15:44:55 +0100
commit2bfe976616cc80439257959411c3bb20f2ab2e6b (patch)
tree320bdf131f71e147594416a932b2d6641b09b4d7 /dcc.c
parentfe4f28f593231f93fe4a2e6365edd45c301a6596 (diff)
The "transfers" command was renamed to "transfer".
Diffstat (limited to 'dcc.c')
-rw-r--r--dcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcc.c b/dcc.c
index ecce7db4..a9e5b5f1 100644
--- a/dcc.c
+++ b/dcc.c
@@ -123,7 +123,7 @@ file_transfer_t *dccs_send_start( struct im_connection *ic, irc_user_t *iu, cons
imcb_log( ic, "File transfer request from %s for %s (%zd kb).\n"
"Accept the file transfer if you'd like the file. If you don't, "
- "issue the 'transfers reject' command.",
+ "issue the 'transfer reject' command.",
iu->nick, file_name, file_size / 1024 );
return file;