diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-20 01:55:31 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-20 01:55:31 +0200 |
commit | a7a0a9c61c1ab221b057c5076d62c60070aa4667 (patch) | |
tree | c176b892a59aa0de8992ef10e3d4695c8f9fcaf7 | |
parent | 186d8816d5d2d0db8fb570fd2401066b4fe8b089 (diff) |
quotes plugin: fix help
-rw-r--r-- | data/rbot/plugins/quotes.rb | 2 |
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" |