summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
diff options
context:
space:
mode:
authorYaohan Chen <yaohan.chen@gmail.com>2007-08-01 04:41:34 +0000
committerYaohan Chen <yaohan.chen@gmail.com>2007-08-01 04:41:34 +0000
commit1b684b35e2f7ef3a4647172286aa2acd86c5916e (patch)
tree821d37e468faf356cab537f5a39d58f52b09fdd3 /data/rbot/plugins
parentfae4baa30e641de3bc345a8eed21489a2f5ef278 (diff)
* fixed a typo in a message in shiritori
* regenerated messages
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r--data/rbot/plugins/games/shiritori.rb2
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