Fixed CTCP FINGER.

This commit is contained in:
Jeremy Fincher 2004-09-13 03:18:35 +00:00
parent c6bea76e42
commit 4da127906d

View File

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