diff --git a/PBot/SQLiteLogger.pm b/PBot/SQLiteLogger.pm index 3021d017..a2e744db 100644 --- a/PBot/SQLiteLogger.pm +++ b/PBot/SQLiteLogger.pm @@ -20,6 +20,7 @@ sub new { my $self = {}; $self->{buf} = ''; $self->{timestamp} = gettimeofday; + $self->{pbot} = $conf{pbot}; return bless $self, $class; }