--- 3m-810.pl 2009/03/28 03:47:10 23 +++ 3m-810.pl 2009/03/28 14:20:27 24 @@ -127,6 +127,7 @@ print "no tags in range\n"; update_visible_tags(); meteor( -1, "No tags in range" ); + $tags_data = {}; } else { my $tags = substr( $rest, 1 ); @@ -145,7 +146,8 @@ meteor( 0, "Tags:" ); } } -) foreach ( 1 .. 1000 ); +) while(1); +#) foreach ( 1 .. 100 );