mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +01:00
WebPaste: sprunge.us dead
This commit is contained in:
parent
6d10a146ed
commit
e39c9ea3ad
@ -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)
|
||||
];
|
||||
|
||||
|
@ -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",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user