1DCC(3) User Contributed Perl Documentation DCC(3)
2
3
4
6 Net::IRC::DCC - Object-oriented interface to a single DCC connection
7
9 Hard hat area: This section under construction.
10
12 This documentation is a subset of the main Net::IRC documentation. If
13 you haven't already, please "perldoc Net::IRC" before continuing.
14
15 Net::IRC::DCC defines a few subclasses that handle DCC CHAT, GET, and
16 SEND requests for inter-client communication. DCC objects are created
17 by "Connection->new_{chat,get,send}()" in much the same way that
18 "IRC->newconn()" creates a new connection object.
19
21 This section is under construction, but hopefully will be finally
22 written up by the next release. Please see the "irctest" script and the
23 source for details about this module.
24
26 Conceived and initially developed by Greg Bacon <gbacon@adtran.com> and
27 Dennis Taylor <dennis@funkplanet.com>.
28
29 Ideas and large amounts of code donated by Nat "King" Torkington
30 <gnat@frii.com>.
31
32 Currently being hacked on, hacked up, and worked over by the members of
33 the Net::IRC developers mailing list. For details, see
34 http://www.execpc.com/~corbeau/irc/list.html .
35
37 Up-to-date source and information about the Net::IRC project can be
38 found at http://netirc.betterbox.net/ .
39
41 · perl(1).
42
43 · RFC 1459: The Internet Relay Chat Protocol
44
45 · http://www.irchelp.org/, home of fine IRC resources.
46
47
48
49perl v5.30.0 2019-07-26 DCC(3)