From fea1ae1c2024b4a9044a5935cfef224509a21a89 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 22 May 2016 18:24:06 -0700 Subject: [PATCH] ircutils: expand $version to Limnoria instead of Supybot --- src/ircutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({