mirror of
https://github.com/pragma-/pbot.git
synced 2025-04-03 22:38:01 +02:00
pbot-vm: Fix -paste getting 403 Forbidden
This commit is contained in:
parent
a453518fab
commit
6002c93d60
@ -41,7 +41,6 @@ sub paste_0x0 {
|
||||
$text =~ s/(.{120})\s/$1\n/g;
|
||||
|
||||
my $ua = LWP::UserAgent->new();
|
||||
$ua->agent("Mozilla/5.0");
|
||||
push @{ $ua->requests_redirectable }, 'POST';
|
||||
$ua->timeout(10);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user