Skip to content

Commit

Permalink
Fix event name
Browse files Browse the repository at this point in the history
Still needs work, because we get this whether we are source or target,
and we handle the source case wrong, at the moment.
  • Loading branch information
semifor committed Mar 25, 2015
1 parent 31a1bc3 commit 0725513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE/Component/Server/Twirc.pm
Expand Up @@ -1087,7 +1087,7 @@ event on_direct_message => sub {
for split /\r?\n/, $text;
};

sub on_event_retweet_retweeted {
sub on_event_retweeted_retweet {
my ( $self, $msg ) = @_;

my $screen_name = $msg->{source}{screen_name};
Expand Down

0 comments on commit 0725513

Please sign in to comment.