Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:bingos/poe-component-irc
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 7, 2009
2 parents 7bf1d74 + 365bfc8 commit 82f458c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and over until it makes some sense.
The latest stable version of POE::Component::IRC will be available on
CPAN, in the directory /authors/id/B/BI/BINGOS/

The real bleeding-edge stuff is in the PoCo-IRC svn repository, which is
The real bleeding-edge stuff is in the PoCo-IRC git repository, which is
available at git://github.com/bingos/poe-component-irc.git


Expand All @@ -41,7 +41,7 @@ available at git://github.com/bingos/poe-component-irc.git
POE. (Duh. :-) Specifically, version 0.3202 or better.
Perl 5.6.0 or later is required.

POE::Component::Pluggable 1.06 or later is also needed.
POE::Component::Pluggable 1.12 or later is also needed.

If the module finds POE::Component::Client::DNS installed it
will use it to resolve the IP address of the servername given to connect.
Expand Down
10 changes: 5 additions & 5 deletions lib/POE/Component/IRC/Plugin/DCC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,9 @@ established.
=item * C<ARG3>: the port number
=item * C<ARG4>: the file name (SEND only)
=item * C<ARG4>: the file name (SEND/GET only)
=item * C<ARG5>: the file size (SEND only)
=item * C<ARG5>: the file size (SEND/GET only)
=item * C<ARG6>: the peer's IP address
Expand Down Expand Up @@ -865,11 +865,11 @@ Abnormal terminations are reported by L<C<irc_dcc_error>|/"irc_dcc_error">.
=item * C<ARG3>: the port number
=item * C<ARG4>: the filename (SEND only)
=item * C<ARG4>: the filename (SEND/GET only)
=item * C<ARG5>: file size (SEND only)
=item * C<ARG5>: file size (SEND/GET only)
=item * C<ARG6>: transferred file size (SEND only)
=item * C<ARG6>: transferred file size (SEND/GET only)
=item * C<ARG7>: the peer's IP address
Expand Down

0 comments on commit 82f458c

Please sign in to comment.