diff --git a/plugins/statiegeld_tokens b/plugins/statiegeld_tokens index 6354e18..a31bc0f 100644 --- a/plugins/statiegeld_tokens +++ b/plugins/statiegeld_tokens @@ -281,6 +281,9 @@ sub command($self, $cart, $command, @) { } sub void :Tab(yes,no) ($self, $cart, $input, @) { + if ($input eq 'y') { + return REJECT, "y is not yes..."; + } if ($input ne 'yes') { print "Destruction cancelled.\n"; return ACCEPT;