mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:25:41 -04:00
testing modified 8ball
This commit is contained in:
parent
09344be0b0
commit
817dcdd764
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use List::Util qw(min);
|
||||||
|
|
||||||
my $a=sub {
|
my $a=sub {
|
||||||
my( $said ) = @_;
|
my( $said ) = @_;
|
||||||
$said->{body} =~ s/^[^,]*://;
|
#$said->{body} =~ s/^[^,]*://;
|
||||||
|
|
||||||
my $ors =()= $said->{body}=~m/\bor\b/g;
|
my $ors =()= $said->{body}=~m/\bor\b/g;
|
||||||
my $common = "";
|
my $common = "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue