From: Eric S. Raymond Date: Sat, 30 Nov 2013 14:52:39 +0000 (-0500) Subject: Turning off DEAF is mecessary for this technique... X-Git-Tag: 2.3~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd8be5a36e652a93dfeabf6c1bde11f75297574b;p=irker.git Turning off DEAF is mecessary for this technique... ...but, alas, the server doesn't echo pings back to their sources. --- diff --git a/irkerd b/irkerd index 40cef48..3d156cf 100755 --- a/irkerd +++ b/irkerd @@ -711,7 +711,7 @@ class Irker: cxt = connection.context arguments = event.arguments for lump in arguments: - if lump.startswith("DEAF="): + if self.until is None and lump.startswith("DEAF="): if not logfile: connection.mode(cxt.nickname(), "+"+lump[5:]) elif lump.startswith("MAXCHANNELS="):