The manual page for the IrcBot web feed plugin configuration file format.

Name

feed.conf - configuration file for the ppbot web feed reader plugin

Description

The feed.conf file defines the parameters for the web feed reader plugin for ppbot. The file consists of feed definitions and configuration parameters.

Empty lines and lines starting with a hash character ('#') are ignored.

Feed definition

A feed is defined by the keyword 'feed', following by an unique identifier. The configuration parameters for the feed are specified between an opening brace and a closing brace.

The supported web feeds are:

Parameters

The following parameters and arguments are recognized:

channels connection:#channel [...]

count number

name feedname

location url

refresh minutes

update auto | command

Example

An example feed.conf file:

feed kerneltrap {
    location   "http://kerneltrap.org/node/feed"
    name       "Kerneltrap"
    update     auto
    refresh    30
    channels   pointless:#test
}

See Also

IrcBotManual, IrcBotConfManual

FeedConfManual (last edited 2009-08-25 17:25:05 by localhost)