aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-12-29 14:49:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-12-29 14:49:46 +0000
commit6feda46dcc18c1acb9483196351b0ebf23949cd8 (patch)
treee1942eab8620d0f0629d9725099d97715c05a525
parentb897894d81184417f5d88b5bea8ef7f2b7da728d (diff)
downloadsircbot-6feda46dcc18c1acb9483196351b0ebf23949cd8.tar.bz2
sircbot-6feda46dcc18c1acb9483196351b0ebf23949cd8.tar.xz
added README
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
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.
+
+