mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Yay! We finally have a threaded Markov plugin
This commit is contained in:
parent
8dbaae1d37
commit
5cfe9ffd3e
@ -58,6 +58,7 @@ def configure(onStart, afterConnect, advanced):
|
||||
onStart.append('load Markov')
|
||||
|
||||
class Markov(plugins.ChannelDBHandler, callbacks.Privmsg):
|
||||
threaded = True
|
||||
def __init__(self):
|
||||
plugins.ChannelDBHandler.__init__(self)
|
||||
callbacks.Privmsg.__init__(self)
|
||||
|
Loading…
Reference in New Issue
Block a user