From da4a1c1a3289a7ba000f95e01b87535dade10ffe Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 9 Jul 2014 07:50:16 +0200 Subject: [PATCH] 80 columns. --- src/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf.py b/src/conf.py index 84077dfd6..5fd9a9006 100644 --- a/src/conf.py +++ b/src/conf.py @@ -214,9 +214,9 @@ class VersionIfEmpty(registry.String): return ret registerGlobalValue(supybot, 'user', - VersionIfEmpty('', _("""Determines the real name which the bot sends to the server. - A standard real name using the current version of the bot will be generated if - this is left empty."""))) + VersionIfEmpty('', _("""Determines the real name which the bot sends to + the server. A standard real name using the current version of the bot + will be generated if this is left empty."""))) class Networks(registry.SpaceSeparatedSetOfStrings): List = ircutils.IrcSet