X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fdelicious.rb;h=53da34b41da15917003de9d2baa84d1879747dac;hb=052217de30c59206d7025b582d4604557a747470;hp=c2ab7d5d1625f763d39c9f5b56647b84f5b86472;hpb=eaaea4319b21e4ddb4e3077f74255f3f0082122d;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/delicious.rb b/data/rbot/plugins/delicious.rb index c2ab7d5d..53da34b4 100644 --- a/data/rbot/plugins/delicious.rb +++ b/data/rbot/plugins/delicious.rb @@ -78,10 +78,10 @@ class DeliciousPlugin < Plugin tags.tr(',', ' ').split(/\s+/).each do |t| if t.sub!(/^!/, '') case t - when 'nolog', 'no-log', 'dont-log', 'dontlog', 'skip': + when 'nolog', 'no-log', 'dont-log', 'dontlog', 'skip' debug "skipping #{url} on user request" return - when 'private', 'unshared', 'not-shared', 'notshared', 'hide': + when 'private', 'unshared', 'not-shared', 'notshared', 'hide' debug "hiding #{url} on user request" opts[:shared] = 'no' end