Remove an irclib remnant.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 22 Oct 2013 23:48:49 +0000 (19:48 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 22 Oct 2013 23:48:49 +0000 (19:48 -0400)
irkerd

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()