From bd8be5a36e652a93dfeabf6c1bde11f75297574b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 30 Nov 2013 09:52:39 -0500 Subject: [PATCH] Turning off DEAF is mecessary for this technique... ...but, alas, the server doesn't echo pings back to their sources. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="): -- 2.26.2