From 2601f33b19406b7816726e9c9626e7b06af47297 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 3 Mar 2014 18:09:05 +0100 Subject: [PATCH] src/conf.py: Remove unicode characters from the source code. --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index 3b93ac200..5dd1801eb 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1055,11 +1055,11 @@ registerGlobalValue(supybot.protocols.irc, 'umodes', registerGlobalValue(supybot.protocols.irc, 'vhost', registry.String('', _("""Determines what vhost the bot will bind to before - connecting a server (IRC, HTTP, …) via IPv4."""))) + connecting a server (IRC, HTTP, ...) via IPv4."""))) registerGlobalValue(supybot.protocols.irc, 'vhostv6', registry.String('', _("""Determines what vhost the bot will bind to before - connecting a server (IRC, HTTP, …) via IPv6."""))) + connecting a server (IRC, HTTP, ...) via IPv6."""))) registerGlobalValue(supybot.protocols.irc, 'maxHistoryLength', registry.Integer(1000, _("""Determines how many old messages the bot will