Satisfied PyChecker

This commit is contained in:
Jeremy Fincher 2003-03-27 11:32:01 +00:00
parent 714de6bfae
commit e3309c31cf
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ def getKeywordArgs(irc, msg, d=None):
class CapabilityCheckingPrivmsg(callbacks.Privmsg):
self.capability = '' # To satisfy PyChecker
def callCommand(self, f, irc, msg, args):
if ircdb.checkCapability(msg.prefix, self.capability):
callbacks.Privmsg.callCommand(self, f, irc, msg, args)