From 525bcbc75c5f823be97dfee866df51314d03f7aa Mon Sep 17 00:00:00 2001 From: Thorsten Date: Tue, 23 Apr 2024 20:14:16 +0200 Subject: [PATCH] choose your battles --- src/distbot/plugins/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) -- 2.39.2