diff --git a/applets/trans.pl b/applets/trans.pl index 6977fe88..f7c70eae 100755 --- a/applets/trans.pl +++ b/applets/trans.pl @@ -17,5 +17,10 @@ $args =~ s/^\s+|\s+$//g; my $opts = '-j -no-ansi -no-autocorrect'; $opts .= ' -b' unless $args =~ /^-/; +if ($args =~ m/-pager/) { + print "I don't think so.\n"; + exit; +} + my $result = `trans $opts $args`; print "$result\n"; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 30cf365d..c83d8161 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,8 +25,8 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4871, - BUILD_DATE => "2025-07-08", + BUILD_REVISION => 4872, + BUILD_DATE => "2025-07-19", }; sub initialize {}