From f81b64f374b38f41405e95cd860d8bd8196b2a74 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Jul 2021 08:24:42 -0700 Subject: [PATCH] WebPaste: insignificant rename filename field --- lib/PBot/Core/WebPaste.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PBot/Core/WebPaste.pm b/lib/PBot/Core/WebPaste.pm index 8bcc827f..3922389d 100644 --- a/lib/PBot/Core/WebPaste.pm +++ b/lib/PBot/Core/WebPaste.pm @@ -93,7 +93,7 @@ sub paste_0x0st { return $ua->post( "https://0x0.st", - [ file => [ undef, "foo", Content => $text, 'Content-Type' => 'text/plain' ] ], + [ file => [ undef, "filename", Content => $text, 'Content-Type' => 'text/plain' ] ], Content_Type => 'form-data' ); }