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/jabber/si.c | |
parent | 1ba7e8f1d28c4876ea0b787f1e4ebb5607f48895 (diff) |
Removes the word "dcc" from 2 comments and one message. Thanks to vmiklos for this!
Diffstat (limited to 'protocols/jabber/si.c')
-rw-r--r-- | protocols/jabber/si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/si.c b/protocols/jabber/si.c index 1d649da3..aab71c8b 100644 --- a/protocols/jabber/si.c +++ b/protocols/jabber/si.c @@ -211,7 +211,7 @@ int jabber_si_handle_request( struct im_connection *ic, struct xt_node *node, st imcb_log( ic, "File transfer request from %s for %s (%zd kb). ", xt_find_attr( node, "from" ), name, size/1024 ); - imcb_log( ic, "Accept the DCC transfer if you'd like the file. If you don't, issue the 'transfers reject' command."); + imcb_log( ic, "Accept the file transfer if you'd like the file. If you don't, issue the 'transfers reject' command."); tf = g_new0( struct jabber_transfer, 1 ); |