Skip to content

Commit

Permalink
Add notice about proxy turning on raw events
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 10, 2009
1 parent cfa2388 commit f904611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/POE/Component/IRC.pm
Expand Up @@ -2651,9 +2651,9 @@ Similar to the above, except some keys will be missing.
=head3 C<irc_raw>
Enabled by passing C<< Raw => 1 >> to L<C<spawn>|/"spawn"> or
L<C<connect>|/"connect">, C<ARG0> is the raw IRC string received by the
component from the IRC server, before it has been mangled by filters and
such like.
L<C<connect>|/"connect">, or by calling L<C<raw_events>|/"raw_events"> with
a true argument. C<ARG0> is the raw IRC string received by the component from
the IRC server, before it has been mangled by filters and such like.
=head3 C<irc_registered>
Expand Down
4 changes: 4 additions & 0 deletions lib/POE/Component/IRC/Plugin/Proxy.pm
Expand Up @@ -379,6 +379,10 @@ multiple IRC clients to connect.
Neat, huh? >;o)
This plugin will activate L<POE::Component::IRC|POE::Component::IRC>'s raw
events (L<C<irc_raw>|POE::Component::IRC/"irc_raw">) by calling
C<< $irc->raw_events(1) >>.
This plugin requires the IRC component to be
L<POE::Component::IRC::State|POE::Component::IRC::State> or a subclass thereof.
Expand Down

0 comments on commit f904611

Please sign in to comment.