Derecho / JWordGame

JWordGame is an IRC word game bot written in Java.
Other
2 stars 0 forks source link

Only one word is guessed per line maximum #13

Closed Derecho closed 10 years ago

Derecho commented 10 years ago

When someone guesses multiple words in one line, only one of these is correctly picked up by the bot. Repeating the line for each remaining words gets them all.

All words of a line should be checked against set words and this check should not terminate early as it does now.

Derecho commented 10 years ago

Fixed in 054407a