mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:25:42 -04:00
fucking greedy meanies
This commit is contained in:
parent
782a77d183
commit
f31e3d1eb7
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ sub {
|
|||
);
|
||||
|
||||
my $lirc = l_irc($said->{body}) || lc $said->{body};
|
||||
$lirc =~ s/^\s*(.*)\s*$/$1/;
|
||||
warn "SUBJECT: $lirc";
|
||||
$lirc =~ s/^\s*(.*?)\s*$/$1/;
|
||||
warn "SUBJECT: [$lirc]";
|
||||
my $karma = $dbh->selectrow_arrayref(
|
||||
"SELECT sum(operation) FROM karma WHERE subject = ?",
|
||||
undef,
|
||||
|
|
Loading…
Add table
Reference in a new issue