The color variable is no longer boolean; may be miRC or ANSI.
The installation instructions for irkerhook.py have changed!
-1.5 @
+1.5 @ 2012-10-03
Mercurial support.
Shorten nick negotiation by choosing a random bick base from a large range.
Make irkerd exit cleanly on control-C.
import threading, Queue, SocketServer
import irc.client, logging
-version = "1.4"
+version = "1.5"
# Sketch of implementation:
#
import os, sys, commands, socket, urllib, json
-version = "1.4"
+version = "1.5"
def shellquote(s):
return "'" + s.replace("'","'\\''") + "'"