mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 00:22:50 +01:00
Remove buggy configuration variable help.
This commit is contained in:
parent
be438b45c2
commit
61157f1a70
@ -1085,8 +1085,7 @@ registerGlobalValue(supybot.servers.http, 'keepAlive',
|
|||||||
start even if it is not used.""")))
|
start even if it is not used.""")))
|
||||||
registerGlobalValue(supybot.servers.http, 'robots',
|
registerGlobalValue(supybot.servers.http, 'robots',
|
||||||
registry.String('', _("""Determines the content of the robots.txt file,
|
registry.String('', _("""Determines the content of the robots.txt file,
|
||||||
served on the server to search engine. All \\n will be converted to line
|
served on the server to search engine.""")))
|
||||||
breaks.""")))
|
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
them once."""
|
||||||
version = '0.83.4.1+limnoria (2011-10-29T12:13:09+0200)'
|
version = '0.83.4.1+limnoria (2011-10-29T12:23:19+0200)'
|
||||||
|
Loading…
Reference in New Issue
Block a user