Project start.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 25 Aug 2012 10:32:26 +0000 (06:32 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 25 Aug 2012 10:32:26 +0000 (06:32 -0400)
irker.py [new file with mode: 0755]

diff --git a/irker.py b/irker.py
new file mode 100755 (executable)
index 0000000..7749e94
--- /dev/null
+++ b/irker.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+"""
+irker - a simple IRC multiplexer daemon
+
+Takes JSON objects of the form {'channel':<channel-url>, 'message':<text>}
+and relays to IRC channels.
+
+"""
+import os, sys, json, irclib
+