<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.otfbot.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.otfbot.org/feed.php">
        <title>OTFBot - The friendly Bot</title>
        <description></description>
        <link>http://www.otfbot.org/</link>
        <image rdf:resource="http://www.otfbot.org/lib/images/favicon.ico" />
       <dc:date>2010-09-05T01:40:30+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.otfbot.org/bugs?rev=1259506637&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.otfbot.org/dev?rev=1283169517&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.otfbot.org/docs?rev=1263512305&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.otfbot.org/download?rev=1283195862&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.otfbot.org/start?rev=1263391274&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.otfbot.org/tests?rev=1283211447&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.otfbot.org/topbar?rev=1283385687&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.otfbot.org/lib/images/favicon.ico">
        <title>OTFBot - The friendly Bot</title>
        <link>http://www.otfbot.org/</link>
        <url>http://www.otfbot.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.otfbot.org/bugs?rev=1259506637&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-29T15:57:17+02:00</dc:date>
        <title>bugs</title>
        <link>http://www.otfbot.org/bugs?rev=1259506637&amp;do=diff</link>
        <description>Our bug tracker is located at &lt;http://www.otfbot.org/bugs/&gt;</description>
    </item>
    <item rdf:about="http://www.otfbot.org/dev?rev=1283169517&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-30T13:58:37+02:00</dc:date>
        <title>dev</title>
        <link>http://www.otfbot.org/dev?rev=1283169517&amp;do=diff</link>
        <description>For API-Documentation See API Documentation

How to create a (ircClient) plugin?

Have a look at our example plugin to see which callbacks exist. you can react on each of those as you like using python code.

The most simple plugin is just


from otfbot.lib import chatMod
from otfbot.lib.pluginSupport.decorators import callback

class Plugin(chatMod.chatMod):
    @callback
    def command(self, user, channel, cmd, options):
        &quot;&quot;&quot;just echo every line back to channel&quot;&quot;&quot;
        self.bot.send…</description>
    </item>
    <item rdf:about="http://www.otfbot.org/docs?rev=1263512305&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-15T00:38:25+02:00</dc:date>
        <title>docs</title>
        <link>http://www.otfbot.org/docs?rev=1263512305&amp;do=diff</link>
        <description>*  FAQ
	*  plugins
	*   Generated code documentatio
	*  quick-start</description>
    </item>
    <item rdf:about="http://www.otfbot.org/download?rev=1283195862&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-30T21:17:42+02:00</dc:date>
        <title>download</title>
        <link>http://www.otfbot.org/download?rev=1283195862&amp;do=diff</link>
        <description>Development Versions


Use Git to get the most current version of the bot. Please use Git if you want to develop plugins, because 0.9 is outdated and will soon be replaced by 1.0.

Grab your copy with the following command:

git clone http://git.otfbot.org/otfbot.git</description>
    </item>
    <item rdf:about="http://www.otfbot.org/start?rev=1263391274&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-13T15:01:14+02:00</dc:date>
        <title>start</title>
        <link>http://www.otfbot.org/start?rev=1263391274&amp;do=diff</link>
        <description>Have a look at the download page to try it out. If you have trouble the docs or the FAQ may help you. 

Contact


If you have more questions you may visit us in #otfbot at FreeNode, join our  mailing-list or report bugs at our bugtracker</description>
    </item>
    <item rdf:about="http://www.otfbot.org/tests?rev=1283211447&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-31T01:37:27+02:00</dc:date>
        <title>tests</title>
        <link>http://www.otfbot.org/tests?rev=1283211447&amp;do=diff</link>
        <description>Here should be documented which plugins where (successfully) tested and what was tested / what was not tested (if appliable)


ircClient</description>
    </item>
    <item rdf:about="http://www.otfbot.org/topbar?rev=1283385687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-02T02:01:27+02:00</dc:date>
        <title>topbar</title>
        <link>http://www.otfbot.org/topbar?rev=1283385687&amp;do=diff</link>
        <description>*  Home
	*  Download
	*  Documentation
		*  Plugins
		*  Jabber
		*  FAQ
		*  Git apidocs

	*  Development
		*  Tests 
		*  cgit

	*  Bugs</description>
    </item>
</rdf:RDF>
