How to configure 'supybot' on Fedora 12?
Supybot is a cross-platform IRC bot written in Python, known to run anywhere Python runs,
To install this on your system you can run following command.
#yum install supybot
If you want to add meetbot plugin for storing meeting logs on IRC you need to install 'supybot-meetbot' package.
#yum install supybot-meetbot
Now, to configure the bot for IRC channel you need to run supybot-wizard as noraml user (non-root).
#supybot-wizard
The above command provides nice non-gui interactive wizard which helps you for basic configuration.
Now, to start the bot run following command as noraml user (non-root).
#supybot /path/to_file/techbot.conf
I hope this is useful!