From: Eric S. Raymond Date: Sat, 25 Aug 2012 10:32:26 +0000 (-0400) Subject: Project start. X-Git-Tag: 1.0~142 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=11444256143955fec9ec5d0dcded4bef45d1e080;p=irker.git Project start. --- 11444256143955fec9ec5d0dcded4bef45d1e080 diff --git a/irker.py b/irker.py new file mode 100755 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':, 'message':} +and relays to IRC channels. + +""" +import os, sys, json, irclib +