ircutils: expand $version to Limnoria instead of Supybot

This commit is contained in:
James Lu 2016-05-22 18:24:06 -07:00
parent de8d4fbe52
commit fea1ae1c20
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,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': 'Supybot %s' % version,
'version': 'Limnoria %s' % version,
})
if irc:
vars.update({