Skip to content
Snippets Groups Projects
Commit 37e253cc authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Fix a misspelled variable name.

parent 4db9a98d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment