summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rbot/plugins/games/hangman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/games/hangman.rb b/data/rbot/plugins/games/hangman.rb
index c5d7656f..c0a5ddc3 100644
--- a/data/rbot/plugins/games/hangman.rb
+++ b/data/rbot/plugins/games/hangman.rb
@@ -389,7 +389,7 @@ class HangmanPlugin < Plugin
end
m.reply _("%{sentence} %{again} %{scores}") % {
- :sentence => sentence, :again => again, :scores => scores
+ :sentence => sentence, :again => again, :scores => scores.join(' ')
}, :nick => true
if rand(5).zero?