mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Precedence.
This commit is contained in:
parent
21efa75130
commit
d242c8ad81
@ -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__()
|
||||
|
Loading…
Reference in New Issue
Block a user