From: Eric S. Raymond Date: Sun, 14 Oct 2012 20:24:39 +0000 (-0400) Subject: irclib is 2.6-compatible again. X-Git-Tag: 1.13~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eaac2c27e55ad0c4ed5ea0798ed45efdacb0970d;p=irker.git irclib is 2.6-compatible again. --- diff --git a/NEWS b/NEWS index fb11aca..d27286b 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,7 @@ irker history 1.13 @ - The IRC library at version 3.2 or later is required for this version! - This means the daemon requires 2.7, though irkerhook.py works with 2.6. + The IRC library at version 3.2.3 or later is required for this version! 1.12 @ 2012-10-11 Emergency workaround for a Unicode-handling error buried deep in irclib. diff --git a/install.txt b/install.txt index 9a0d320..e8b63be 100644 --- a/install.txt +++ b/install.txt @@ -28,7 +28,7 @@ You should *not* make irker visible from outside the site firewall, as it can be used to spam IRC channels while masking the source address. You will need to have Jason Coombs's irc library where Python can see -it. See ; use version 3.2.2 or later, +it. See ; use version 3.2.3 or later, not 3.0 or the even older code from SourceForge. The file org.catb.irkerd.plist is a Mac OS/X plist that can be diff --git a/irkerd b/irkerd index 35632cf..1bc56f2 100755 --- a/irkerd +++ b/irkerd @@ -19,7 +19,7 @@ Design and code by Eric S. Raymond . See the project resource page at . Requires Python 2.6 or 2.5 with the simplejson library installed, and -the irc client library at version >= 3.2.2 which requires 2.7: see +the irc client library at version >= 3.2.3 which requires 2.6: see http://pypi.python.org/pypi/irc/ """