@@ -121,9 +121,7 @@ my $gitgraph = sub {
"$full(HERE:)$part";
};
my $fail = sub {
- unless $skip_errors {
- BotIrc::send_noise(".gitgraph parse error: ". shift);
- }
+ BotIrc::send_noise(".gitgraph parse error: ". shift) unless $skip_errors;
$skip_errors = 1;
undef;