.revision causes errors on line 2401 and 2404

Bug #296166 reported by Robb Munson
0
Affects Status Importance Assigned to Milestone
VoteBot
Fix Released
Low
Unassigned

Bug Description

[Mon Nov 10 4:39:17] <Robb_M> .revision
[Mon Nov 10 4:39:17] <QuickieBot> Revision: 46
Use of uninitialized value in concatenation (.) or string at ./voteBot.pl line 2401.
Use of uninitialized value in hash element at ./voteBot.pl line 2404.

line 2401 and 2404 have nothing to do with revision, this is lines 2401-2404:

open(LOG, ">>irclogs/$year/$months[$mon]/$mday/$chan.log") or die "Can Not Open irclogs/$year/$months[$mon]/$mday/$chan.log: $!\n";
 print LOG "[$ts] <$person> $msg\n";
 close(LOG);
 if(defined $meetingChans{$chan}) {

I dont see how a log file could have anything to do with a revision, but..hey its an error..good luck!

Revision history for this message
Nathan Handler (nhandler) wrote :
Changed in votebot:
importance: Undecided → Low
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.