aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-07-23 21:46:27 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-07-23 21:46:27 +0300
commitdc2a9d88894e0fcadc3cce6cad306a4a91d030be (patch)
tree6d0f8b4eba7ef67181c9b5343416f5877dc2f82c /plugin.py
parent8b031113f160052422460b58ff2cccc05d261bb7 (diff)
downloadsupybot_github-dc2a9d88894e0fcadc3cce6cad306a4a91d030be.tar.gz
supybot_github-dc2a9d88894e0fcadc3cce6cad306a4a91d030be.tar.bz2
supybot_github-dc2a9d88894e0fcadc3cce6cad306a4a91d030be.zip
The plugin should be threaded
Diffstat (limited to 'plugin.py')
-rw-r--r--plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.py b/plugin.py
index a4b07af..a8d8ae0 100644
--- a/plugin.py
+++ b/plugin.py
@@ -10,6 +10,7 @@ import supybot.callbacks as callbacks
class Github(callbacks.Plugin):
"""Add the help for "@plugin help Github" here
This should describe *how* to use this plugin."""
+ threaded = True
pass

© 2014-2024 Faster IT GmbH | imprint | privacy policy