Skip to content

Commit

Permalink
Conditional: disable threading.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Mar 16, 2016
1 parent e91b3e7 commit 51c354b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/Conditional/plugin.py
Expand Up @@ -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)

Expand Down

0 comments on commit 51c354b

Please sign in to comment.