Made Markov module threaded.

This commit is contained in:
Jeremy Fincher 2003-06-10 16:51:21 +00:00
parent a6d9ee029f
commit 1a704ef1f7
1 changed files with 1 additions and 0 deletions

View File

@ -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)