From 00310777a3bb5498fb7cdafae212a8426d9a828f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 27 Aug 2012 07:20:49 -0400 Subject: [PATCH] Give up on a to-do item. Don't try to round-robin as in http://code.google.com/p/cia-vc/source/browse/trunk/cia/LibCIA/IRC/Network.py The reason for this decision is that freenode, the most important case, says its list of authoritative hosts is not stable and clients should connect through chat.freenode.org. --- irker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/irker.py b/irker.py index 376a956..854380c 100755 --- a/irker.py +++ b/irker.py @@ -12,7 +12,6 @@ join/leave traffic. Requires Python 2.6. TO-DO: Is there any way to cope if servers drop connections? -TO-DO: Round-robin as in http://code.google.com/p/cia-vc/source/browse/trunk/cia/LibCIA/IRC/Network.py TO-DO: Register the port? """ # These things might need tuning -- 2.26.2