… | |
… | |
14 | |
14 | |
15 | Net::IRC3 - An IRC Protocol module which is event system independend |
15 | Net::IRC3 - An IRC Protocol module which is event system independend |
16 | |
16 | |
17 | =head1 VERSION |
17 | =head1 VERSION |
18 | |
18 | |
19 | Version 0.2 |
19 | Version 0.21 |
20 | |
20 | |
21 | =cut |
21 | =cut |
22 | |
22 | |
23 | our $VERSION = '0.2'; |
23 | our $VERSION = '0.21'; |
24 | |
24 | |
25 | =head1 SYNOPSIS |
25 | =head1 SYNOPSIS |
26 | |
26 | |
27 | use Net::IRC3; |
27 | use Net::IRC3; |
28 | |
28 | |
… | |
… | |
39 | |
39 | |
40 | L<Net::IRC3> is I<very> simple, if you don't want to care about |
40 | L<Net::IRC3> is I<very> simple, if you don't want to care about |
41 | all the other things that a client still has to do (like replying to |
41 | all the other things that a client still has to do (like replying to |
42 | PINGs and remembering who is on a channel), I recommend to read |
42 | PINGs and remembering who is on a channel), I recommend to read |
43 | the L<Net::IRC3::Client> page instead. |
43 | the L<Net::IRC3::Client> page instead. |
|
|
44 | |
|
|
45 | Note that this module uses AnyEvent as it's IO event subsystem. |
|
|
46 | You can integrate Net::IRC3 into any application with a event system |
|
|
47 | that AnyEvent has support for (eg. L<Gtk2> or L<Event>). |
44 | |
48 | |
45 | =head1 METHODS |
49 | =head1 METHODS |
46 | |
50 | |
47 | =over 4 |
51 | =over 4 |
48 | |
52 | |
… | |
… | |
337 | |
341 | |
338 | L<Net::IRC3::Connection> |
342 | L<Net::IRC3::Connection> |
339 | |
343 | |
340 | L<Net::IRC3::Client> |
344 | L<Net::IRC3::Client> |
341 | |
345 | |
|
|
346 | L<AnyEvent> |
|
|
347 | |
342 | RFC 2812 - Internet Relay Chat: Client Protocol |
348 | RFC 2812 - Internet Relay Chat: Client Protocol |
343 | |
349 | |
344 | =head1 BUGS |
350 | =head1 BUGS |
345 | |
351 | |
346 | Please report any bugs or feature requests to |
352 | Please report any bugs or feature requests to |