From: Thorsten Date: Wed, 1 Apr 2020 19:11:13 +0000 (+0200) Subject: choices are overrated X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=a6f2531c4285d39c5aac3bdee2fc3a02e78e67d5;p=urlbot-v3.git choices are overrated --- diff --git a/distbot/plugins/basic.py b/distbot/plugins/basic.py index d73aff9..9467ebf 100644 --- a/distbot/plugins/basic.py +++ b/distbot/plugins/basic.py @@ -225,7 +225,7 @@ class Choose(Worker): binary = ( (('Yes.', 'Yeah!', 'Ok!', 'Aye!', 'Great!'), 4), (('No.', 'Naah..', 'Meh.', 'Nay.', 'You stupid?'), 4), - (('Maybe.', 'Dunno.', 'I don\'t care.'), 2) + (('Maybe.', 'Dunno.', 'I don\'t care.', 'I choose you, Pikachu!', 'Decision tree growing, check back in 20 years'), 2) ) def weighted_choice(choices):