mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Fixed CTCP FINGER.
This commit is contained in:
parent
c6bea76e42
commit
4da127906d
@ -119,7 +119,7 @@ class Ctcp(callbacks.PrivmsgRegexp):
|
|||||||
def finger(self, irc, msg, match):
|
def finger(self, irc, msg, match):
|
||||||
"\x01FINGER\x01"
|
"\x01FINGER\x01"
|
||||||
self.log.info('Received CTCP FINGER from %s' % msg.prefix)
|
self.log.info('Received CTCP FINGER from %s' % msg.prefix)
|
||||||
irc._reply(irc, msg, 'Supybot, the best Python IRC bot in existence!')
|
self._reply(irc, msg, 'Supybot, the best Python IRC bot in existence!')
|
||||||
|
|
||||||
def source(self, irc, msg, match):
|
def source(self, irc, msg, match):
|
||||||
"\x01SOURCE\x01"
|
"\x01SOURCE\x01"
|
||||||
|
Loading…
Reference in New Issue
Block a user