Skip to content

Commit

Permalink
Logger.pm: Miniscule pod update
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Feb 4, 2008
1 parent 3bb1306 commit 50c331f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Expand Up @@ -15,7 +15,7 @@ Revision history for Perl extension POE::Component::IRC.
- Logger.pm: Add 'Format' argument for specifying a custom log format (Hinrik)
- Logger.pm: Close log files after writing to them (Hinrik)
- Logger.pm: Omit date from timestamp if sorting log files by date (Hinrik)
- Logger.pm: Always use present tense (Hinrik)
- Logger.pm: Always use present tense (Hinrik)
- NickReclaim.pm: Small fix for an edge case (Hinrik)
- BotAddressed.pm: Check for '$nick~ $text' as well (Hinrik)
- NickServID.pm: Make it work if it's added before connecting (Hinrik)
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Logger.pm
Expand Up @@ -339,7 +339,7 @@ logs public and private messages to disk.
=head1 DESCRIPTION
POE::Component::IRC::Plugin::Logger is a L<POE::Component::IRC|POE::Component::IRC> plugin.
It logs messages and CTCP ACTIONs to either #some_channel.log or some_nickname.log in the supplied path.
It logs messages and CTCP ACTIONs to either C<#some_channel.log> or C<some_nickname.log> in the supplied path.
It tries to detect UTF-8 encoding of every message or else falls back to
CP1252, like irssi (and, supposedly, mIRC) does by default. The default log format is similar to xchat's,
except that it's sane and parsable.
Expand Down

0 comments on commit 50c331f

Please sign in to comment.