diff --git a/plugins/Ctcp.py b/plugins/Ctcp.py index cf46bbd09..3dacd35f0 100644 --- a/plugins/Ctcp.py +++ b/plugins/Ctcp.py @@ -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"