1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 02:25:40 -04:00

fixed tfw

This commit is contained in:
Ryan Voots 2010-12-07 13:18:14 -05:00
parent 57ed5ce046
commit 94d9a06ee9

View file

@ -21,6 +21,7 @@ sub {
my $weathertext = $weather->as_text; my $weathertext = $weather->as_text;
$weathertext =~ s/\n/ /g; #filter them so when it goes ITS FUCKING NICE\nAND THUNDERING it'll display properly $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; my $remarktext = $remark->as_text;
$remarktext =~ s/\n/ /g; $remarktext =~ s/\n/ /g;