irker history
-1.18
+1.19 @ 2013-05-06
+ Fixed a minor bug in argument processing
+
+1.18 @ 2013-04-16
Added -l option; irker can now be used as a channel monitor.
Added -n and -p option: the nick can be forced and authenticated.
# No user-serviceable parts below this line
-version = "1.18"
+version = "1.19"
import sys, getopt, urlparse, time, random, socket, signal, re
import threading, Queue, SocketServer
# No user-serviceable parts below this line:
#
-version = "1.18"
+version = "1.19"
import os, sys, commands, socket, urllib, subprocess, locale, datetime
from pipes import quote as shellquote