From: Eric S. Raymond Date: Sun, 26 Aug 2012 12:01:20 +0000 (-0400) Subject: Typo fix and a caveat. X-Git-Tag: 1.0~119 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f7e803075df7f2d1ba2ee0661ced71ee8909d24;p=irker.git Typo fix and a caveat. --- diff --git a/irker.py b/irker.py index 18f1141..8b07e35 100755 --- a/irker.py +++ b/irker.py @@ -5,12 +5,13 @@ irker - a simple IRC multiplexer daemon Takes JSON objects of the form {'channel':, 'message':} and relays messages to IRC channels. -Run this as a daemon in order to maimntain stateful connections to IRC +Run this as a daemon in order to maintain stateful connections to IRC servers; this will allow it to respond to server pings and minimize join/leave traffic. Requires Python 2.6. +TO-DO: some servers have a limit of 20 channels per server connection. """ import os, sys, json, irclib, exceptions, getopt, urlparse import threading, Queue