From: Eric S. Raymond Date: Sat, 6 Oct 2012 07:53:34 +0000 (-0400) Subject: Fix a misspelled variable name. X-Git-Tag: 1.8~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37e253cc0b433fa2c6a8a9ee526f4d64072d9596;p=irker.git Fix a misspelled variable name. --- 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