Skip to content
Snippets Groups Projects
Commit 11444256 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Project start.

parents
Branches
No related tags found
No related merge requests found
irker.py 0 → 100755
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment