3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

Spinach: 60 seconds instead of 30 for choose category

This commit is contained in:
Pragmatic Software 2018-03-23 12:33:07 -07:00
parent 712aed21b3
commit dbe37226c6

View File

@ -57,7 +57,7 @@ sub initialize {
$self->{channel} = '##spinach';
$self->{choosecategory_max_count} = 2;
$self->{choosecategory_max_count} = 4;
$self->{picktruth_max_count} = 4;
}