1Connection(3) User Contributed Perl Documentation Connection(3)
2
3
4
6 Net::IRC::Connection - Object-oriented interface to a single IRC
7 connection
8
10 Hard hat area: This section under construction.
11
13 This documentation is a subset of the main Net::IRC documentation. If
14 you haven't already, please "perldoc Net::IRC" before continuing.
15
16 Net::IRC::Connection defines a class whose instances are individual
17 connections to a single IRC server. Several Net::IRC::Connection
18 objects may be handled simultaneously by one Net::IRC 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.36.0 2023-01-20 Connection(3)