irkerd now uses green threads, with much lower overhead.
Fix a bug in handling of channel names with no prefix.
-1.4 @
+1.4 @ 2012-10-01
Graceful handling of server disconnects and kicks.
Distribution now inclues an installable irkerd plist for Mac OS/X.
The color variable is no longer boolean; may be miRC or ANSI.
import threading, Queue, SocketServer
import irc.client, logging
-version = "1.3"
+version = "1.4"
# Sketch of implementation:
#
import os, sys, commands, socket, urllib, json
-version = "1.3"
+version = "1.4"
def shellquote(s):
return "'" + s.replace("'","'\\''") + "'"