mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Made Markov module threaded.
This commit is contained in:
parent
a6d9ee029f
commit
1a704ef1f7
@ -55,6 +55,7 @@ def configure(onStart, afterConnect, advanced):
|
||||
onStart.append('load Markov')
|
||||
|
||||
class Markov(callbacks.Privmsg, ChannelDBHandler):
|
||||
threaded = True
|
||||
def __init__(self):
|
||||
ChannelDBHandler.__init__(self)
|
||||
callbacks.Privmsg.__init__(self)
|
||||
|
Loading…
Reference in New Issue
Block a user