mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Merge pull request #1254 from GLolol/version
ircutils: expand $version to Limnoria instead of Supybot
This commit is contained in:
commit
1ff8b5e6e0
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user