From 81a9d1fa39d9ff7eaf66d3b90d6f4d2f441493f0 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 23 Feb 2016 20:52:07 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9CSupybot=E2=80=9D=20by=20?= =?UTF-8?q?=E2=80=9CLimnoria=E2=80=9D=20in=20the=20default=20version=20(fo?= =?UTF-8?q?llowing=20661a32d1a96f26071efc98b5b6d522f214ea07bf).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 8fb0deeb8..fa90a16db 100644 --- a/src/conf.py +++ b/src/conf.py @@ -210,7 +210,7 @@ class VersionIfEmpty(registry.String): def __call__(self): ret = registry.String.__call__(self) if not ret: - ret = 'Supybot %s' % version + ret = 'Limnoria %s' % version return ret registerGlobalValue(supybot, 'user',