X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fquotes.rb;h=e3dc98443826b63c4ce5c06d8c57333cd712a172;hb=070488d789dcfdf4938d56b0b3f7bcd36dcc54b3;hp=b3cf49cd5dcdef356c0055ad8083f0bc045ec015;hpb=186d8816d5d2d0db8fb570fd2401066b4fe8b089;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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 [] => Add quote for channel . You only need to supply if you are addressing %{nick} privately.") % { :nick => @bot.nick } when "delquote"