Precedence.

This commit is contained in:
Jeremy Fincher 2004-09-16 21:01:38 +00:00
parent 21efa75130
commit d242c8ad81
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ def KarmaDB():
return SqliteKarmaDB()
class Karma(callbacks.Privmsg):
callBefore = ('Factoids', 'MoobotFactoids', 'Infobot')
def __init__(self):
self.db = KarmaDB()
super(Karma, self).__init__()