diff --git a/lib/commands/get.pm b/lib/commands/get.pm index 359681dac973648ae4bc53bc785f27126611f5e4..e717ae2cd7f9f135ed053b66d15bb2f040fcce1c 100644 --- a/lib/commands/get.pm +++ b/lib/commands/get.pm @@ -154,7 +154,7 @@ sub exec { VALUES (?,?,?)'); $log->error("Couldn't prepare querie; aborting") unless (defined $sth2); - $sth2->execute($content->[0], $chan->[0], $nick) + $sth2->execute($content->[0], $chan->[0], "PlayBot") or $log->error("Couldn't finish transaction: " . $dbh->errstr); return $content->[0];