projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc11ca
)
Whitespace fix. Code is pylint clean and working.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 26 Nov 2012 06:05:44 +0000
(
01:05
-0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 26 Nov 2012 06:05:44 +0000
(
01:05
-0500)
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index cc61fbc69da356afefd3c062ce78b07c0b622423..202593a2a63beacb6481d7ecc64c7775c1b1634b 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-437,7
+437,7
@@
class Irker:
target = event.target
# irclib 5.0 compatibility, because the maintainer continues to be a
# fool.
- if callable(target):
+
if callable(target):
target = target()
self.debug(1, "irker has been kicked from %s on %s" % (target, connection.server))
if connection.context: