sircbot is a small IRC bot for use with git hooks, cronjobs, scripts etc It connects to server and joins given channels. When a channel is joined it creates a fifo: /var/run/sircbot/<#channel> Everything written to the fifo will be echoed in the channel. For every message that goes to the channel, sircbot will run all scripts in /etc/sircbot.d/<#channel>/ with sender, message and channel name as arguments.