1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 18:35:49 -04:00

new command regexp code is in place and working

This commit is contained in:
Ryan Voots 2020-08-20 11:52:24 -04:00
parent 86943e8d05
commit 386e572592

View file

@ -91,7 +91,7 @@ sub new {
my $complete_re = qr/${strict_re}${perlcommand_re}${newversion_re}${suffix_re}|${othercommand_re}/;
$self->{aliases_re} = $complete_re;
$self->{alias_re} = $complete_re;
$self->{dbh} = DBI->connect("dbi:SQLite:dbname=var/evallogs.db");