diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/games/shiritori.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/games/shiritori.rb b/data/rbot/plugins/games/shiritori.rb index 250ff838..590e990d 100644 --- a/data/rbot/plugins/games/shiritori.rb +++ b/data/rbot/plugins/games/shiritori.rb @@ -284,7 +284,7 @@ class ShiritoriGame if !@players.include?(speaker) # A new player @players.unshift speaker - m.reply _("Welcome to shiritori, %{speaker}.") % + m.reply _("Welcome to shiritori, %{player}.") % {:player => speaker} end next_player |