projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Project start.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 25 Aug 2012 10:32:26 +0000
(06:32 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 25 Aug 2012 10:32:26 +0000
(06:32 -0400)
irker.py
[new file with mode: 0755]
patch
|
blob
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
+