From dbe37226c61ced3ebc7d6d37603198586e2864f7 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 23 Mar 2018 12:33:07 -0700 Subject: [PATCH] Spinach: 60 seconds instead of 30 for choose category --- PBot/Plugins/Spinach.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/Plugins/Spinach.pm b/PBot/Plugins/Spinach.pm index fb70b955..74bdde1f 100644 --- a/PBot/Plugins/Spinach.pm +++ b/PBot/Plugins/Spinach.pm @@ -57,7 +57,7 @@ sub initialize { $self->{channel} = '##spinach'; - $self->{choosecategory_max_count} = 2; + $self->{choosecategory_max_count} = 4; $self->{picktruth_max_count} = 4; }