!ilm
readline() on closed filehandle F at
Plugins/Weather/Plugin.pm line 41.
I kill tuxaator
then delete tuxaator/scripts/ee-ilm.sh
run "tuxaator/scripts/ee-ilm.sh"
start tuxaator
same problem
sub do_ilm {
my $self = shift;
my $event = pop @_;
my $msg = join " " => @_;
# anwer goes to the channel, otherwise it
doesnt make too much sense
open F, "<$cachedir/ee-ilm.txt";
my @lines = <F>;
my $ilm = join(', ',map "$_" => @lines);
$ilm =~ s/\n//g;
close F;
$self->{'core'}->queue($event,$ilm);
}
Logged In: NO
sorry, delet cachedir/ee-ilm.txt not /ee-ilm.sh
Logged In: NO
sorry, not "delete tuxaator/scripts/ee-ilm.sh" but deleted
the ee-ilm.txt