From 6feda46dcc18c1acb9483196351b0ebf23949cd8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 29 Dec 2009 14:49:46 +0000 Subject: added README --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..eac2309 --- /dev/null +++ b/README @@ -0,0 +1,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. + + -- cgit v1.2.3