mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
get_title.pl: remove trailing non-word character
This commit is contained in:
parent
5f9dd151e2
commit
340cf07558
@ -13,7 +13,9 @@ if ($#ARGV <= 0)
|
||||
}
|
||||
|
||||
my $nick = shift(@ARGV);
|
||||
$arguments = join("%20", @ARGV);
|
||||
my $arguments = join("%20", @ARGV);
|
||||
|
||||
$arguments =~ s/\W$//;
|
||||
|
||||
exit if $arguments =~ m/explosm.net/i;
|
||||
exit if $arguments =~ m/stackoverflow.com/i;
|
||||
|
Loading…
Reference in New Issue
Block a user