Conditional: disable threading.

This commit is contained in:
Valentin Lorentz 2016-03-16 16:49:07 +01:00
parent e91b3e70f8
commit 51c354bcfb
1 changed files with 0 additions and 1 deletions

View File

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