projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a2bab
)
Remove an irclib remnant.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 22 Oct 2013 23:48:49 +0000
(19:48 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 22 Oct 2013 23:48:49 +0000
(19:48 -0400)
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index a274574bce61b723c2efb2bddcaa03bcb1a204f2..808d1eb270f998ca5f51bc9e759104d39191c42e 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-495,8
+495,6
@@
class Connection:
nickname=self.nickname(),
username="irker",
ircname="irker relaying client")
- if hasattr(self.connection, "buffer"):
- self.connection.buffer.errors = 'replace'
self.status = "handshaking"
self.irker.irc.debug(1, "XMIT_TTL bump (%s connection) at %s" % (self.servername, time.asctime()))
self.last_xmit = time.time()