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