Skip to content

Commit

Permalink
NickReclaim.pm: Small fix for an edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Feb 2, 2008
1 parent 38f5c02 commit 9af3b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -12,6 +12,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)
- NickReclaim.pm: Small fix for an edge case (Hinrik)

5.56 Thu Jan 31 12:30:25 GMT 2008
- AutoJoin.pm: Silence some warnings (Hinrik)
Expand Down
1 change: 1 addition & 0 deletions lib/POE/Component/IRC/Plugin/NickReclaim.pm
Expand Up @@ -15,6 +15,7 @@ sub new {

# the $irc->nick_name() and offending nickname will be...
#...the same on start, thus won't change
$args{_claims} = 0;
$args{_did_start} = 0;

return bless \%args, $package;
Expand Down

0 comments on commit 9af3b11

Please sign in to comment.