X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=lib%2Frbot%2Fcore%2Futils%2Futils.rb;fp=lib%2Frbot%2Fcore%2Futils%2Futils.rb;h=5c44cf09f5317aa81ebebd2176b3deb431e7b1b3;hb=8115edef0169d95f0ebb64d77364e346e9452099;hp=4cd0dceb08d67a363f201690f8d2436d1140f989;hpb=7324b329dee26fd429033f85c1ec06e799b07994;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/lib/rbot/core/utils/utils.rb b/lib/rbot/core/utils/utils.rb index 4cd0dceb..5c44cf09 100644 --- a/lib/rbot/core/utils/utils.rb +++ b/lib/rbot/core/utils/utils.rb @@ -632,7 +632,7 @@ module ::Irc # returns non-nil, its results are merged in _ds_ and returned. Otherwise # nil is returned. # - # The input DataStream shuold have the downloaded HTML as primary key + # The input DataStream should have the downloaded HTML as primary key # (:text) and possibly a :headers key holding the resonse headers. # def Utils.try_htmlinfo_filters(ds) @@ -641,7 +641,7 @@ module ::Irc cur = nil # TODO filter priority filters.each { |n| - debug "testing filter #{n}" + debug "testing htmlinfo filter #{n}" cur = @@bot.filter(@@bot.global_filter_name(n, :htmlinfo), ds) debug "returned #{cur.pretty_inspect}" break if cur