diff --git a/applets/pbot-vm/host/lib/Languages/_default.pm b/applets/pbot-vm/host/lib/Languages/_default.pm index 27cc165c..18c31608 100755 --- a/applets/pbot-vm/host/lib/Languages/_default.pm +++ b/applets/pbot-vm/host/lib/Languages/_default.pm @@ -396,7 +396,7 @@ sub show_output($self) { } if (exists $self->{options}->{'-paste'} or (defined $self->{got_run} and $self->{got_run} eq 'paste')) { - my $cmdline = "command: $self->{cmdline}\n"; + my $cmdline = "$self->{cmdline}\n"; $cmdline =~ s/\$sourcefile/$self->{sourcefile}/g; $cmdline =~ s/\$execfile/$self->{execfile}/g; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index e12b5dae..d5c95655 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 => 4626, + BUILD_REVISION => 4627, BUILD_DATE => "2023-03-12", };