blob: 55037c6428884c047a21ba02d036bf19704276d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Welcome to Net::IRC, a work in progress. First intended to
be a quick tool for writing an IRC script in Perl,
Net::IRC has grown into a comprehensive Perl
implementation of the IRC protocol (RFC 1459), supported
and developed by several members of the EFnet IRC channel
#perl.
There are 4 component modules which make up Net::IRC:
Net::IRC
Net::IRC::Connection
Net::IRC::Event
Net::IRC::DCC
See their respective man pages for details.
|