logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::IRC::DCC - Object-oriented interface to a single DCC connection

Authors

       Conceived and initially developed by Greg Bacon <gbacon@adtran.com> and Dennis Taylor
       <dennis@funkplanet.com>.

       Ideas and large amounts of code donated by Nat "King" Torkington <gnat@frii.com>.

       Currently being hacked on, hacked up, and worked over by the members of the Net::IRC developers mailing
       list. For details, see http://www.execpc.com/~corbeau/irc/list.html .

Description

       This documentation is a subset of the main Net::IRC documentation. If you haven't already, please
       "perldoc Net::IRC" before continuing.

       Net::IRC::DCC defines a few subclasses that handle DCC CHAT, GET, and SEND requests for inter-client
       communication. DCC objects are created by "Connection->new_{chat,get,send}()" in much the same way that
       "IRC->newconn()" creates a new connection object.

Method Descriptions

       This section is under construction, but hopefully will be finally written up by the next release. Please
       see the "irctest" script and the source for details about this module.

Name

       Net::IRC::DCC - Object-oriented interface to a single DCC connection

See Also

perl(1).

       •   RFC 1459: The Internet Relay Chat Protocol

       •   http://www.irchelp.org/, home of fine IRC resources.

perl v5.36.0                                       2022-10-15                                           DCC(3pm)

Synopsis

       Hard hat area: This section under construction.

Url

       Up-to-date source and information about the Net::IRC project can be found at http://netirc.betterbox.net/
       .

See Also