diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-18 15:44:55 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-18 15:44:55 +0100 |
commit | 2bfe976616cc80439257959411c3bb20f2ab2e6b (patch) | |
tree | 320bdf131f71e147594416a932b2d6641b09b4d7 /dcc.c | |
parent | fe4f28f593231f93fe4a2e6365edd45c301a6596 (diff) |
The "transfers" command was renamed to "transfer".
Diffstat (limited to 'dcc.c')
-rw-r--r-- | dcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |