Fixed CTCP FINGER.

This commit is contained in:
Jeremy Fincher 2004-09-13 03:18:35 +00:00
parent c6bea76e42
commit 4da127906d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class Ctcp(callbacks.PrivmsgRegexp):
def finger(self, irc, msg, match):
"\x01FINGER\x01"
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):
"\x01SOURCE\x01"