From 37e253cc0b433fa2c6a8a9ee526f4d64072d9596 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 6 Oct 2012 03:53:34 -0400 Subject: [PATCH] Fix a misspelled variable name. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irkerd b/irkerd index 417331e..76cda61 100755 --- a/irkerd +++ b/irkerd @@ -30,7 +30,7 @@ PORT = 6659 NAMESTYLE = "irker%03d" # IRC nick template - must contain '%d' XMIT_TTL = (3 * 60 * 60) # Time to live, seconds from last transmit PING_TTL = (15 * 60) # Time to live, seconds from last PING -HANDSHAKE_TIMEOUT = 60 # Time to live, seconds from nick transmit +HANDSHAKE_TTL = 60 # Time to live, seconds from nick transmit CHANNEL_TTL = (3 * 60 * 60) # Time to live, seconds from last transmit DISCONNECT_TTL = (24 * 60 * 60) # Time to live, seconds from last connect UNSEEN_TTL = 60 # Time to live, seconds since first request -- 2.26.2