From: Eric S. Raymond Date: Sun, 14 Oct 2012 04:07:48 +0000 (-0400) Subject: Document a dependency. X-Git-Tag: 1.13~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=927256505d39c5501aebc9a7d70c28eaab1ee465;p=irker.git Document a dependency. --- diff --git a/NEWS b/NEWS index aca1759..fb11aca 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ 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. 1.12 @ 2012-10-11 Emergency workaround for a Unicode-handling error buried deep in irclib. diff --git a/irkerd b/irkerd index 9f00833..35632cf 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: see +the irc client library at version >= 3.2.2 which requires 2.7: see http://pypi.python.org/pypi/irc/ """