diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 564aa262..cb98623c 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,8 +13,8 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 542, - BUILD_DATE => "2014-04-06", + BUILD_REVISION => 543, + BUILD_DATE => "2014-04-07", }; 1; diff --git a/modules/compiler_vm/compiler_vm_client.pl b/modules/compiler_vm/compiler_vm_client.pl index c9e5b6c1..8fa3e287 100755 --- a/modules/compiler_vm/compiler_vm_client.pl +++ b/modules/compiler_vm/compiler_vm_client.pl @@ -1143,7 +1143,7 @@ if(defined $got_paste or (defined $got_run and $got_run eq "paste")) { exit 0; } -if(length $output > 10 and open FILE, "< history/$channel.last-output") { +if(length $output > 22 and open FILE, "< history/$channel.last-output") { my $last_output; my $time = ;