mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Conditional: disable threading.
This commit is contained in:
parent
e91b3e70f8
commit
51c354bcfb
@ -58,7 +58,6 @@ class Conditional(callbacks.Plugin):
|
||||
"""This plugin provides logic operators and other commands that
|
||||
enable you to run commands only if a condition is true. Useful for nested
|
||||
commands and scripting."""
|
||||
threaded = True
|
||||
def __init__(self, irc):
|
||||
callbacks.Plugin.__init__(self, irc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user