Changeset 506e61b for protocols/ft.h


Ignore:
Timestamp:
2008-02-17T12:34:47Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
2625d6d
Parents:
1ba7e8f
Message:

Removes the word "dcc" from 2 comments and one message. Thanks to vmiklos for this!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ft.h

    r1ba7e8f r506e61b  
    4848 * methods are zero-initialized. Instances will automatically be deleted once the transfer is completed,
    4949 * canceled, or the connection to the irc client has been lost (note that also if only the irc connection
    50  * and not the dcc connection is lost, the file transfer will still be canceled and freed).
     50 * and not the file transfer connection is lost, the file transfer will still be canceled and freed).
    5151 *
    5252 * The following (poor ascii-art) diagram illustrates what methods are called for which status-changes:
     
    160160
    161161/*
    162  * This starts a file transfer from bitlbee to the user (currently via DCC).
     162 * This starts a file transfer from bitlbee to the user.
    163163 */
    164164file_transfer_t *imcb_file_send_start( struct im_connection *ic, char *user_nick, char *file_name, size_t file_size );
Note: See TracChangeset for help on using the changeset viewer.