From 3e4245c66e1ec911b82706c6e5c0579868b6664a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 3 Dec 2013 17:41:09 -0500 Subject: [PATCH] Supply a missing parameter. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irkerd b/irkerd index 024a446..634c569 100755 --- a/irkerd +++ b/irkerd @@ -638,7 +638,7 @@ class Dispatcher: eligibles = [x for x in connections if x.joined_to(channel)] \ or [x for x in connections if x.accepting(channel)] if eligibles: - eligibles[0].enqueue(channel, message, key) + eligibles[0].enqueue(channel, message, key, quit_after) return # All connections are full up. Look for one old enough to be # scavenged. -- 2.26.2