From 5f0ac4c14243631b51ffdfca4e705843bc659726 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 26 Jul 2008 13:52:01 +0200 Subject: wheeloffortune plugin: don't fix a question when we say we can't --- data/rbot/plugins/games/wheelfortune.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/data/rbot/plugins/games/wheelfortune.rb b/data/rbot/plugins/games/wheelfortune.rb index 569ad129..4c1a48f0 100644 --- a/data/rbot/plugins/games/wheelfortune.rb +++ b/data/rbot/plugins/games/wheelfortune.rb @@ -384,6 +384,7 @@ class WheelOfFortune < Plugin :chan => p[:chan] } end + return end cat = p[:cat].to_s -- cgit v1.2.3