diff options
-rwxr-xr-x | bin/hafas-m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index 2626eca..7df631f 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -390,6 +390,11 @@ elsif ( $opt{journey} ) { } for my $msg ( $result->messages ) { + if ( $msg->code eq + 'text.journeystop.product.or.direction.changes.journey.message' ) + { + next; + } say ''; if ( $msg->short ) { printf( "%s\n", $msg->short ); |