-p option is gone.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 09:47:37 +0000 (05:47 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 09:47:37 +0000 (05:47 -0400)
irker

diff --git a/irker b/irker
index 04bac579216c367d6bfe9a6130fca7ae0dc40c87..cdd247be545bb5d764328b753108d7e5ad146a9d 100755 (executable)
--- 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