diff --git a/src/conf.py b/src/conf.py index 9bef17741..0bbe94a23 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1085,8 +1085,7 @@ registerGlobalValue(supybot.servers.http, 'keepAlive', start even if it is not used."""))) registerGlobalValue(supybot.servers.http, 'robots', registry.String('', _("""Determines the content of the robots.txt file, - served on the server to search engine. All \\n will be converted to line - breaks."""))) + served on the server to search engine."""))) ### diff --git a/src/version.py b/src/version.py index b25cb9d1f..5f07baa03 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change 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)'