irker history
-1.13 @
+1.13 @ 2012-11-06
Fix for a very rare thread race found by AI0867.
- The IRC library at version 3.4 or later is required for this version!
+ Work around a midesign in the IRC library.
1.12 @ 2012-10-11
Emergency workaround for a Unicode-handling error buried deep in irclib.
# No user-serviceable parts below this line
-version = "1.12"
+version = "1.13"
import sys, getopt, urlparse, time, random, socket, signal
import threading, Queue, SocketServer
# No user-serviceable parts below this line:
#
-version = "1.12"
+version = "1.13"
import os, sys, commands, socket, urllib, subprocess, locale
from pipes import quote as shellquote