From 72d1d8e3f89abb609b6f1a9748e6776d5347c1d0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Sep 2012 05:47:37 -0400 Subject: [PATCH] -p option is gone. --- irker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2