From 94d9a06ee92882c7a39883c1fc76fb7eb08b041a Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 7 Dec 2010 13:18:14 -0500 Subject: [PATCH] fixed tfw --- plugins/tfw.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/tfw.pm b/plugins/tfw.pm index 8280d80..18f81c3 100644 --- a/plugins/tfw.pm +++ b/plugins/tfw.pm @@ -20,9 +20,10 @@ sub { my $remark = $tree->look_down( id => 'remark' ); my $weathertext = $weather->as_text; - $weathertext =~ s/\n/ /g; #filter them so when it goes ITS FUCKING NICE\nAND THUNDERING it'll display properly - my $remarktext = $remark->as_text; - $remarktext =~ s/\n/ /g; + $weathertext =~ s/\n/ /g; #filter them so when it goes ITS FUCKING NICE\nAND THUNDERING it'll display properly + $weathertext =~ s/\?\!/?! /g; + my $remarktext = $remark->as_text; + $remarktext =~ s/\n/ /g; print $location->as_text; print " ";