1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:35:40 -04:00

Make more plugin use pastebin

This commit is contained in:
Ryan Voots 2017-12-05 13:16:41 -05:00
parent 5cf5060bf0
commit 5aefaaef27

View file

@ -67,7 +67,7 @@ sub post_process {
my $new_text = substr( $$output_ref, 0, 350, '' );
$$output_ref = $new_text
$$output_ref = $new_text;
$$output_ref .= "... [Output truncated. ".$data->{url}." ]";
} else {
my $new_text = substr( $$output_ref, 0, 350, '' );