comparison lisp/erc/erc-dcc.el @ 74093:bc5d69739d5e

Merge from erc--emacs--22 Merge from my ERC Emacs 22 integration branch. The version is now "5.2 stable pre-release". This will probably be the last change to the version of ERC in Emacs 22 before the release, pending any bugfixes. For details on the changes, see the lisp/erc/ChangeLog file. Note that ERC is now invoked with M-x erc, not M-x erc-select. If you were using the old `erc' function programmatically, use `erc-open' instead. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-520 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Mon, 20 Nov 2006 06:50:29 +0000
parents 9105f834eb17
children e9bc018298b2
comparison
equal deleted inserted replaced
74092:b4cb60fd110d 74093:bc5d69739d5e
33 ;; 33 ;;
34 ;; The original code was taken from zenirc-dcc.el, heavily mangled and 34 ;; The original code was taken from zenirc-dcc.el, heavily mangled and
35 ;; rewritten to support the way how ERC operates. Server socket support 35 ;; rewritten to support the way how ERC operates. Server socket support
36 ;; was added for DCC CHAT and SEND afterwards. Thanks 36 ;; was added for DCC CHAT and SEND afterwards. Thanks
37 ;; to the original authors for their work. 37 ;; to the original authors for their work.
38 ;; 38
39 ;;; Usage:
40
39 ;; To use this file, put 41 ;; To use this file, put
40 ;; (require 'erc-dcc) 42 ;; (require 'erc-dcc)
41 ;; in your .emacs. 43 ;; in your .emacs.
42 ;; 44 ;;
43 ;; Provided commands 45 ;; Provided commands
47 ;; /dcc get nick [file] - Accept DCC offer from nick 49 ;; /dcc get nick [file] - Accept DCC offer from nick
48 ;; /dcc list - List all DCC offers/connections 50 ;; /dcc list - List all DCC offers/connections
49 ;; /dcc send nick file - Offer DCC SEND to nick 51 ;; /dcc send nick file - Offer DCC SEND to nick
50 ;; 52 ;;
51 ;; Please note that offering DCC connections (offering chats and sending 53 ;; Please note that offering DCC connections (offering chats and sending
52 ;; files) is only supported with Emacs 21.3.50 (CVS). 54 ;; files) is only supported with Emacs 22.
53 55
54 ;;; Code: 56 ;;; Code:
55 57
56 (require 'erc) 58 (require 'erc)
57 (eval-when-compile 59 (eval-when-compile