X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Frss.rb;h=caebc3fc6795465671dd3cbd62c547cbbab2f181;hb=2e6f388addc0bb9ddc0cb991af50220c1e5e64c3;hp=3dc343955bb3152902ce90dd075cd15b7d4de0ef;hpb=9ee00f948d017460772a776aba38af4dd66f7a7a;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 3dc34395..caebc3fc 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -1,13 +1,18 @@ #-- vim:sw=2:et #++ # -# RSS feed plugin for RubyBot -# (c) 2004 Stanislav Karchebny -# (c) 2005 Ian Monroe -# (c) 2005 Mark Kretschmann -# (c) 2006 Giuseppe Bilotta +# :title: RSS feed plugin for rbot # -# Licensed under MIT License. +# Author:: Stanislav Karchebny +# Author:: Ian Monroe +# Author:: Mark Kretschmann +# Author:: Giuseppe Bilotta +# +# Copyright:: (C) 2004 Stanislav Karchebny +# Copyright:: (C) 2005 Ian Monroe, Mark Kretschmann +# Copyright:: (C) 2006-2007 Giuseppe Bilotta +# +# License:: MIT license require 'rss/parser' require 'rss/1.0' @@ -150,9 +155,6 @@ class RSSFeedsPlugin < Plugin unparsed[k] = f.dup end } - unparsed.each { |k, f| - debug f.inspect - } @registry[:feeds] = unparsed end