mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Ctcp: s/Supybot/Limnoria/ in version reply.
This commit is contained in:
parent
443999df25
commit
2d1816e8f4
@ -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$"
|
||||
|
Loading…
Reference in New Issue
Block a user