From 1e41b1496490a9cd9d97b9196b65f162397570df Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 9 Apr 2008 22:22:27 +0200 Subject: uno plugin: colorize color pick --- data/rbot/plugins/games/uno.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data/rbot/plugins/games') diff --git a/data/rbot/plugins/games/uno.rb b/data/rbot/plugins/games/uno.rb index 56a7b99c..d3b6cbf8 100644 --- a/data/rbot/plugins/games/uno.rb +++ b/data/rbot/plugins/games/uno.rb @@ -390,7 +390,9 @@ class UnoGame announce _('what color is that?') return end - announce _('color is now %{c}') % { :c => @color.downcase } + announce _('color is now %{c}') % { + :c => UnoGame.irc_color_bg(@color)+" #{@color} " + } next_turn end -- cgit v1.2.3