SQLiteLogger: set pbot object in class

This commit is contained in:
Pragmatic Software 2020-02-19 15:09:41 -08:00
parent 108f61d40e
commit 36579b02fe
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ sub new {
my $self = {};
$self->{buf} = '';
$self->{timestamp} = gettimeofday;
$self->{pbot} = $conf{pbot};
return bless $self, $class;
}