aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2014-04-25 16:18:15 +0300
committerkongr45gpen <electrovesta@gmail.com>2014-04-25 16:18:15 +0300
commit59aa66b0b8e1e17255effc3a4a6e32994be8d177 (patch)
treed795e500931c29f4f516489eb654cd08b6bd0720 /plugin.py
parent29f8b71c828f1c1d423e1f9f032db3c574eb499a (diff)
downloadsupybot_github-59aa66b0b8e1e17255effc3a4a6e32994be8d177.tar.gz
supybot_github-59aa66b0b8e1e17255effc3a4a6e32994be8d177.tar.bz2
supybot_github-59aa66b0b8e1e17255effc3a4a6e32994be8d177.zip
Add basic status message handler (fixes #3)
Diffstat (limited to 'plugin.py')
-rw-r--r--plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin.py b/plugin.py
index dc15d2c..3ea8568 100644
--- a/plugin.py
+++ b/plugin.py
@@ -44,6 +44,7 @@ import supybot.registry as registry
import supybot.callbacks as callbacks
RequestHandler = utils.python.universalImport('handler.GithubHandler', 'local.handler.GithubHandler')
+Utility = utils.python.universalImport('local.utility')
# Possible colours:
# white, black, (light/dark) blue, (light) green, red, brown, purple,
@@ -80,6 +81,7 @@ class Github(callbacks.Plugin):
self.httpd.shutdown()
self.__parent.die()
reload(RequestHandler)
+ reload(Utility)
Class = Github

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