IRCRelayBot is a Python IRC bot using Twisted engine. It is designed to relay events from a channel to another on the same or a different network.
Install
Latest stable version:
pip install ircrelaybot
Latest repository version:
pip install -e git+git://github.com/Metathink/IRCRelayBot.git#egg=IRCRelayBot
Quick Usage
Edit /etc/ircrelaybot.ini or copy it before to ~/.ircrelaybot.ini then start the daemon:
ircrelaybot start
To stop it:
ircrelaybot stop
Get the daemon status:
ircrelaybot status
Additional infos
Log files path: ~/.ircrelaybot.log
PID file path: ~/.ircrelaybot.pid
Product's homepage
Requirements:
· Python
· python-pip