diff --git a/src/ircutils.py b/src/ircutils.py index 969120126..5f1168c81 100644 --- a/src/ircutils.py +++ b/src/ircutils.py @@ -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({