projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8a1d8
)
Supply a missing parameter.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 3 Dec 2013 22:41:09 +0000
(17:41 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 3 Dec 2013 22:41:09 +0000
(17:41 -0500)
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index 024a4466ea5560902c0830b07c4fb4e9609fff95..634c56918067a688b9c1bc1d44f8c635e2d3bbd9 100755
(executable)
--- 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.