mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Remove “Supybot” by “Limnoria” in the default version (following 661a32d1a9
).
This commit is contained in:
parent
0b66abaf5b
commit
81a9d1fa39
@ -210,7 +210,7 @@ class VersionIfEmpty(registry.String):
|
|||||||
def __call__(self):
|
def __call__(self):
|
||||||
ret = registry.String.__call__(self)
|
ret = registry.String.__call__(self)
|
||||||
if not ret:
|
if not ret:
|
||||||
ret = 'Supybot %s' % version
|
ret = 'Limnoria %s' % version
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
registerGlobalValue(supybot, 'user',
|
registerGlobalValue(supybot, 'user',
|
||||||
|
Loading…
Reference in New Issue
Block a user