1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 22:45:45 -04:00
This commit is contained in:
Ryan Voots 2010-04-05 14:40:26 -04:00
parent f9947c0c1b
commit f4a98d982e

View file

@ -15,7 +15,7 @@ sub {
$query =~ s/%20/+/g;
$url = "http://perldoc.perl.org/search.html?q=".$query;
}
elsif ($said->{body} =~ /-f\s+(.*?)\s*/i) #functions, only use the first part of a multiword expression
elsif ($said->{body} =~ /-f\s+(.*)/i) #functions, only use the first part of a multiword expression
{
#http://perldoc.perl.org/functions/abs.html
my $func = $1;