From 2d823c5ed156da9cbe31b0a6c5c223d19b60ce32 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 26 Aug 2012 14:17:08 -0400 Subject: [PATCH] Note another to-do. --- irker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irker.py b/irker.py index 7bd3d3b..503b8b4 100755 --- a/irker.py +++ b/irker.py @@ -14,6 +14,8 @@ Requires Python 2.6. TO-DO: some servers have a limit of 20 channels per server connection. TO-DO: Register the port? TO-DO: Multiple irkers could try to use the same nick +TO-DO: share connections among multiple sessions. +TO-DO: time out session instances as well as sockets. """ # These things might need tuning -- 2.26.2