diff --git a/cook b/cook index 4bd6fcc331..fc11734aef 100755 --- a/cook +++ b/cook @@ -632,6 +632,9 @@ sub wildo { $topic = undef; } } + if (defined $topic) { + wildo_queue(\%what, "Undecided", $topic); + } my $ipbl = ""; for my $what (sort keys %what) { print "$ipbl$what\n";