Remove “Supybot” by “Limnoria” in the default version (following 661a32d1a9).

This commit is contained in:
Valentin Lorentz 2016-02-23 20:52:07 +01:00
parent 0b66abaf5b
commit 81a9d1fa39
1 changed files with 1 additions and 1 deletions

View File

@ -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',