Extra help can't hurt.

This commit is contained in:
Jeremy Fincher 2005-01-12 02:48:24 +00:00
parent 493aa57d8e
commit 59c4dab684

View File

@ -935,7 +935,7 @@ registerGlobalValue(supybot.protocols.http, 'peekSize',
registerGlobalValue(supybot.protocols.http, 'proxy', registerGlobalValue(supybot.protocols.http, 'proxy',
registry.String('', """Determines what proxy all HTTP requests should go registry.String('', """Determines what proxy all HTTP requests should go
through.""")) through. The value should be of the form 'host:port'."""))
### ###