From: Thorsten Date: Tue, 23 Apr 2024 18:14:16 +0000 (+0200) Subject: choose your battles X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=525bcbc75c5f823be97dfee866df51314d03f7aa;p=urlbot-v3.git choose your battles --- diff --git a/src/distbot/plugins/basic.py b/src/distbot/plugins/basic.py index c84a94d..c694643 100644 --- a/src/distbot/plugins/basic.py +++ b/src/distbot/plugins/basic.py @@ -245,7 +245,7 @@ class Choose(Worker): (('Yes.', 'Yeah!', 'Ok!', 'Aye!', 'Great!'), 6), (('No.', 'Naah..', 'Meh.', 'Nay.', 'You stupid?'), 6), (('Maybe.', 'Dunno.', 'I don\'t care.'), 3), - (('Decision tree growing, check back in 20 years.', + (('Decision tree growing, check back in 20 years.', "OpSec, sorry" "Can't tell right now.", "I need more information.", "Sorry, did you say something?"), 1) )