Skip to content

Commit

Permalink
got_names was never getting called. Fixed that.
Browse files Browse the repository at this point in the history
Oh, no I see what he was doing here. Too bad he got the subroutine name
wrong though.
  • Loading branch information
hinrik committed Nov 3, 2010
1 parent 64f3a51 commit 33a8615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -3,6 +3,7 @@ Revision history Bot::BasicBot
{{$NEXT}}
- Applied patch from Mario Domgörgen to use log() for warnings (RT #51804)
- Only ignore said() when it returns undef/empty list, not false
- got_names was never getting called. Fixed that.

0.82 Wed Nov 3 02:09:36 GMT 2010
- Maintainership moved from cpan:TOMI to cpan:HINRIK
Expand Down
2 changes: 1 addition & 1 deletion lib/Bot/BasicBot.pm
Expand Up @@ -1382,7 +1382,7 @@ sub names_done_state {
my $built = delete $self->{building_channel_data}{$channel};
return unless $built;
$self->{channel_data}{$channel} = $built;
#$self->names({ channel => $channel, names => $built });
$self->got_names({ channel => $channel, names => $built });
return;
}

Expand Down

0 comments on commit 33a8615

Please sign in to comment.