Ctcp: s/Supybot/Limnoria/ in version reply.

This commit is contained in:
Valentin Lorentz 2016-04-10 19:31:59 +02:00
parent 443999df25
commit 2d1816e8f4
1 changed files with 1 additions and 1 deletions

View File

@ -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$"