]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/games/wheelfortune.rb
hangman: ensure 'hangman define' always answers
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / games / wheelfortune.rb
index 4c1a48f06fc1f58423a6f9ea84badad3a0aa25cb..7e81895378f288dc78703030e86cd6bed9a20031 100644 (file)
@@ -476,9 +476,7 @@ class WheelOfFortune < Plugin
       # m.reply "STUPID! YOU SO STUPID!"
       return
     when *game.must_buy
-      m.nickreply _("You must buy the %{vowel}") % {
-        :vowel => check
-      }
+      m.reply _("You must buy the %{vowel}") % {:vowel => check}, :nick => true
     when :wrong
       return
     when Numeric, :missing