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/jabber/si.c

    r1ba7e8f r506e61b  
    212212        imcb_log( ic, "File transfer request from %s for %s (%zd kb). ", xt_find_attr( node, "from" ), name, size/1024 );
    213213
    214         imcb_log( ic, "Accept the DCC transfer if you'd like the file. If you don't, issue the 'transfers reject' command.");
     214        imcb_log( ic, "Accept the file transfer if you'd like the file. If you don't, issue the 'transfers reject' command.");
    215215
    216216        tf = g_new0( struct jabber_transfer, 1 );
Note: See TracChangeset for help on using the changeset viewer.