From 2d1816e8f487f82a3483e9761271cfa460a0eaf9 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 10 Apr 2016 19:31:59 +0200 Subject: [PATCH] Ctcp: s/Supybot/Limnoria/ in version reply. --- plugins/Ctcp/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Ctcp/plugin.py b/plugins/Ctcp/plugin.py index 8db2f0795..c308ac64e 100644 --- a/plugins/Ctcp/plugin.py +++ b/plugins/Ctcp/plugin.py @@ -91,7 +91,7 @@ class Ctcp(callbacks.PluginRegexp): def ctcpVersion(self, irc, msg, match): "^\x01VERSION\x01$" self.log.info('Received CTCP VERSION from %s', msg.prefix) - self._reply(irc, msg, 'VERSION Supybot %s' % conf.version) + self._reply(irc, msg, 'VERSION Limnoria %s' % conf.version) def ctcpUserinfo(self, irc, msg, match): "^\x01USERINFO\x01$"