From: Eric S. Raymond Date: Thu, 27 Sep 2012 09:47:37 +0000 (-0400) Subject: -p option is gone. X-Git-Tag: 1.0~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=72d1d8e3f89abb609b6f1a9748e6776d5347c1d0;p=irker.git -p option is gone. --- diff --git a/irker b/irker index 04bac57..cdd247b 100755 --- a/irker +++ b/irker @@ -25,7 +25,7 @@ http://sourceforge.net/projects/python-irclib # These things might need tuning HOST = "localhost" -PORT = 6659 # Overridden by -p option +PORT = 6659 NAMESTYLE = "irker%03d" # IRC nick template - must contain '%d' XMIT_TTL = (3 * 60 * 60) # Time to live, seconds from last transmit