Ooops, thought I tested it, but it turns I had forgotten to install.

This commit is contained in:
Jeremy Fincher 2004-02-07 11:23:19 +00:00
parent a32a263b90
commit 0525b9a4fa

View File

@ -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.