Merge pull request #1254 from GLolol/version

ircutils: expand $version to Limnoria instead of Supybot
This commit is contained in:
Valentin Lorentz 2016-08-02 08:51:02 +02:00 committed by GitHub
commit 1ff8b5e6e0
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({