mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-05 11:27:21 +02: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):
|
def ctcpVersion(self, irc, msg, match):
|
||||||
"^\x01VERSION\x01$"
|
"^\x01VERSION\x01$"
|
||||||
self.log.info('Received CTCP VERSION from %s', msg.prefix)
|
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):
|
def ctcpUserinfo(self, irc, msg, match):
|
||||||
"^\x01USERINFO\x01$"
|
"^\x01USERINFO\x01$"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user