mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Report 'Limnoria <foo>' instead of 'Limnoria Limnoria <foo>' as a version.
This commit is contained in:
parent
af98c0c12e
commit
c930edd943
@ -817,7 +817,7 @@ def standardSubstitute(irc, msg, text, env=None):
|
||||
'm': localtime[4], 'min': localtime[4], 'minute': localtime[4],
|
||||
's': localtime[5], 'sec': localtime[5], 'second': localtime[5],
|
||||
'tz': time.strftime('%Z', localtime),
|
||||
'version': 'Limnoria %s' % version,
|
||||
'version': version,
|
||||
})
|
||||
if irc:
|
||||
vars.update({
|
||||
|
Loading…
Reference in New Issue
Block a user