Open shobute opened 8 years ago
Support for conditional moves would be nice, e.g. !vote a19 if a18 would automatically vote for a19 on the next voting round if a18 is played in this one. This could be extended to !vote a17 if a18 a19 ....
!vote a19 if a18
a19
a18
!vote a17 if a18 a19 ...
Note: This would need to be adapted to work with a context-free grammar, as we no longer have the rigid commands.
Support for conditional moves would be nice, e.g.
!vote a19 if a18
would automatically vote fora19
on the next voting round ifa18
is played in this one. This could be extended to!vote a17 if a18 a19 ...
.