rss: refactor rss types loading
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 13 Mar 2009 10:50:27 +0000 (11:50 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 13 Mar 2009 22:50:37 +0000 (23:50 +0100)
commit55eb59a4d712752c75d1e5ec6622d591bd69110a
tree82047a0a326c6ad17751f00f7ca5bd9238a8482a
parentd6998e9b33f57c66d8026ba6b07054cf0b6a7003
rss: refactor rss types loading

Make use of the new custom filter loading procedure to move most of the
type definitions into its own file (data/rbot/filters/rss.rb) and only
define some essential ones in the plugin itself.

As an added benefit, user types can be loaded from filters/rss.rb and
rss/types.rb in the botclass directory.
data/rbot/filters/rss.rb [new file with mode: 0644]
data/rbot/plugins/rss.rb