diff options
| author | ulim <a.sporto+bee@gmail.com> | 2008-02-17 13:34:47 +0100 | 
|---|---|---|
| committer | ulim <a.sporto+bee@gmail.com> | 2008-02-17 13:34:47 +0100 | 
| commit | 506e61b853ba969bc2d4d2878e87b975bd9e431c (patch) | |
| tree | 962de097dd5b1f3abc01f1645584273b9b3be778 /protocols/ft.h | |
| parent | 1ba7e8f1d28c4876ea0b787f1e4ebb5607f48895 (diff) | |
Removes the word "dcc" from 2 comments and one message. Thanks to vmiklos for this!
Diffstat (limited to 'protocols/ft.h')
| -rw-r--r-- | protocols/ft.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/protocols/ft.h b/protocols/ft.h index d35580d0..42333c90 100644 --- a/protocols/ft.h +++ b/protocols/ft.h @@ -47,7 +47,7 @@ typedef enum {   * imcb_file_send_start() method, which will initialize most of the fields. The data field and the various   * methods are zero-initialized. Instances will automatically be deleted once the transfer is completed,   * canceled, or the connection to the irc client has been lost (note that also if only the irc connection - * and not the dcc connection is lost, the file transfer will still be canceled and freed). + * and not the file transfer connection is lost, the file transfer will still be canceled and freed).   *   * The following (poor ascii-art) diagram illustrates what methods are called for which status-changes:   * @@ -159,7 +159,7 @@ typedef struct file_transfer {  } file_transfer_t;  /* - * This starts a file transfer from bitlbee to the user (currently via DCC). + * This starts a file transfer from bitlbee to the user.   */  file_transfer_t *imcb_file_send_start( struct im_connection *ic, char *user_nick, char *file_name, size_t file_size ); | 
