ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/lib/Net/IRC3.pm
(Generate patch)

Comparing Net-IRC3/lib/Net/IRC3.pm (file contents):
Revision 1.8 by elmex, Mon Jul 17 16:01:04 2006 UTC vs.
Revision 1.9 by elmex, Mon Jul 17 16:02:36 2006 UTC

72 72
73The L<Net::IRC3> module consists of L<Net::IRC3::Connection>, L<Net::IRC3::Client::Connection> 73The L<Net::IRC3> module consists of L<Net::IRC3::Connection>, L<Net::IRC3::Client::Connection>
74and L<Net::IRC3::Util>. L<Net::IRC3> only contains this documentation. 74and L<Net::IRC3::Util>. L<Net::IRC3> only contains this documentation.
75It manages connections and parses and constructs IRC messages. 75It manages connections and parses and constructs IRC messages.
76 76
77L<Net::IRC3> is I<very> simple, if you don't want to care about 77L<Net::IRC3::Connection> is I<very> simple, if you don't want to care about
78all the other things that a client still has to do (like replying to 78all the other things that a client still has to do (like replying to
79PINGs and remembering who is on a channel), I recommend to read 79PINGs and remembering who is on a channel), I recommend to read
80the L<Net::IRC3::Client> page instead. 80the L<Net::IRC3::Client::Connection> page instead.
81 81
82Note that this module uses AnyEvent as it's IO event subsystem. 82Note that the *::Connection module uses AnyEvent as it's IO event subsystem.
83You can integrate Net::IRC3 into any application with a event system 83You can integrate them into any application with a event system
84that AnyEvent has support for (eg. L<Gtk2> or L<Event>). 84that AnyEvent has support for (eg. L<Gtk2> or L<Event>).
85 85
86=head1 EXAMPLES 86=head1 EXAMPLES
87 87
88See the samples/ directory for some examples on how to use Net::IRC3. 88See the samples/ directory for some examples on how to use Net::IRC3.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines