diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-26 13:52:01 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-29 22:20:38 +0200 |
commit | 5f0ac4c14243631b51ffdfca4e705843bc659726 (patch) | |
tree | 75c5c9bfc7c614f62018677e7fb3b29f50eeebe7 /data/rbot | |
parent | 9f6b528de0d7902d1f22cf8cdd7d656cc82e2c32 (diff) |
wheeloffortune plugin: don't fix a question when we say we can't
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/games/wheelfortune.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |