Fix a misspelled variable name.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 6 Oct 2012 07:53:34 +0000 (03:53 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 6 Oct 2012 07:53:34 +0000 (03:53 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 417331ebd49953e7b680b503922e25bac6a8dc2f..76cda615298224b32e3ab1542cde4d7b993b5bb0 100755 (executable)
--- 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