WebPaste: sprunge.us dead

This commit is contained in:
Pragmatic Software 2024-09-19 13:56:23 -07:00
parent 6d10a146ed
commit e39c9ea3ad
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ sub initialize($self, %conf) {
$self->{paste_sites} = [ $self->{paste_sites} = [
sub { $self->paste_0x0st(@_) }, 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) # sub { $self->paste_ixio(@_) }, # removed due to being too slow (temporarily hopefully)
]; ];

View File

@ -25,7 +25,7 @@ use PBot::Imports;
# These are set by the /misc/update_version script # These are set by the /misc/update_version script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 4785, BUILD_REVISION => 4786,
BUILD_DATE => "2024-09-19", BUILD_DATE => "2024-09-19",
}; };