mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 00:15:42 -04:00
fixed tfw
This commit is contained in:
parent
57ed5ce046
commit
94d9a06ee9
1 changed files with 4 additions and 3 deletions
|
@ -20,9 +20,10 @@ sub {
|
||||||
my $remark = $tree->look_down( id => 'remark' );
|
my $remark = $tree->look_down( id => 'remark' );
|
||||||
|
|
||||||
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
|
||||||
my $remarktext = $remark->as_text;
|
$weathertext =~ s/\?\!/?! /g;
|
||||||
$remarktext =~ s/\n/ /g;
|
my $remarktext = $remark->as_text;
|
||||||
|
$remarktext =~ s/\n/ /g;
|
||||||
|
|
||||||
print $location->as_text;
|
print $location->as_text;
|
||||||
print " ";
|
print " ";
|
||||||
|
|
Loading…
Add table
Reference in a new issue