comparison lisp/erc/erc-dcc.el @ 68814:fe9073ac802e

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-73 Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
author Miles Bader <miles@gnu.org>
date Sun, 12 Feb 2006 12:02:53 +0000
parents fc745b05e928
children 7010bb070445
comparison
equal deleted inserted replaced
68813:d065089f984a 68814:fe9073ac802e
27 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 27 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
28 ;; Boston, MA 02110-1301, USA. 28 ;; Boston, MA 02110-1301, USA.
29 29
30 ;;; Commentary: 30 ;;; Commentary:
31 31
32 ;; This file provides Direct Client-to-Client support for the Emacs IRC Client. 32 ;; This file provides Direct Client-to-Client support for ERC.
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.