From e39c9ea3ad37421a1fa5b0abf73bed7679ecf966 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 19 Sep 2024 13:56:23 -0700 Subject: [PATCH] WebPaste: sprunge.us dead --- lib/PBot/Core/WebPaste.pm | 2 +- lib/PBot/VERSION.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PBot/Core/WebPaste.pm b/lib/PBot/Core/WebPaste.pm index f312243d..7372a133 100644 --- a/lib/PBot/Core/WebPaste.pm +++ b/lib/PBot/Core/WebPaste.pm @@ -21,7 +21,7 @@ sub initialize($self, %conf) { $self->{paste_sites} = [ sub { $self->paste_0x0st(@_) }, - sub { $self->paste_sprunge(@_) }, + # sub { $self->paste_sprunge(@_) }, # dead? RIP # sub { $self->paste_ixio(@_) }, # removed due to being too slow (temporarily hopefully) ]; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 6691f5f4..a4db123a 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,7 +25,7 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4785, + BUILD_REVISION => 4786, BUILD_DATE => "2024-09-19", };