mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:45:40 -04:00
more work on 8ball
This commit is contained in:
parent
e166ae6bd8
commit
00839b59b6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ sub {
|
|||
@a = split(/(?:\bor\b|\s*,\s*)/, $said->{body});
|
||||
}
|
||||
|
||||
s/^\s*//, s/\s*$// for @a; #trim them up
|
||||
s/^\s*//, s/\s*\?\s*$// for @a; #trim them up
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue