summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
diff options
context:
space:
mode:
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 011cb28c..111c914a 100644
--- a/data/rbot/plugins/games/shiritori.rb
+++ b/data/rbot/plugins/games/shiritori.rb
@@ -199,7 +199,7 @@ class ShiritoriGame
# announce the current word, and player if take_turns?
def announce
- say (if take_turns?
+ say(if take_turns?
_("%{current_player}, it's your turn. %{previous_word} -> %{current_word}") %
{ :current_player => current_player, :previous_word => previous_word,
:current_word => current_word }