Skip to content

Commit

Permalink
Separate URL from error
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Feb 23, 2013
1 parent cd436e6 commit dee4d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion znclinker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,6 @@ sub gh_issue {
$heap->{irc}->yield(privmsg=>$chan=>"$data->{html_url} “$data->{title}” ($data->{state})");
} else {
my $error = $response->[0]->status_line;
$heap->{irc}->yield(privmsg=>$chan=>"https://github.com/znc/znc/issues/$issue $error");
$heap->{irc}->yield(privmsg=>$chan=>"https://github.com/znc/znc/issues/$issue $error");
}
}

0 comments on commit dee4d44

Please sign in to comment.