summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-20 01:55:31 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-20 01:55:31 +0200
commita7a0a9c61c1ab221b057c5076d62c60070aa4667 (patch)
treec176b892a59aa0de8992ef10e3d4695c8f9fcaf7
parent186d8816d5d2d0db8fb570fd2401066b4fe8b089 (diff)
quotes plugin: fix help
-rw-r--r--data/rbot/plugins/quotes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/quotes.rb b/data/rbot/plugins/quotes.rb
index b3cf49cd..e3dc9844 100644
--- a/data/rbot/plugins/quotes.rb
+++ b/data/rbot/plugins/quotes.rb
@@ -120,7 +120,7 @@ class QuotePlugin < Plugin
end
def help(plugin, topic="")
- case topic
+ case plugin
when "addquote"
_("addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You only need to supply <channel> if you are addressing %{nick} privately.") % { :nick => @bot.nick }
when "delquote"