From 0525b9a4fa2eebbc116518a7f033c08c803b9879 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 7 Feb 2004 11:23:19 +0000 Subject: [PATCH] Ooops, thought I tested it, but it turns I had forgotten to install. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index da842182b..ae276765b 100644 --- a/src/conf.py +++ b/src/conf.py @@ -366,7 +366,7 @@ class SocketTimeout(registry.PositiveInteger): supybot.register('defaultSocketTimeout', SocketTimeout(10, """Determines what the default timeout for socket objects will be. This means that *all* sockets will timeout when this many seconds has gone by (unless otherwise modified by -the author of the code that uses the sockets).""") +the author of the code that uses the sockets).""")) ### # Driver stuff.