aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: eac23097bc9f0a9b98c930853b08667b0ef6aca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.