mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:45:40 -04:00
Make more plugin use pastebin
This commit is contained in:
parent
5cf5060bf0
commit
5aefaaef27
1 changed files with 1 additions and 1 deletions
|
@ -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, '' );
|
||||
|
|
Loading…
Add table
Reference in a new issue