aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2016-02-07 14:38:15 +0200
committerkongr45gpen <electrovesta@gmail.com>2016-02-07 14:38:50 +0200
commitcf7a5e356ae31502639516ea99eb2a064ec4206e (patch)
tree78ae4f3a279d025a98868112aceb1566f68acc24 /local/handler
parent2558592ab31128760784019ee535a62ea514827f (diff)
downloadsupybot_github-cf7a5e356ae31502639516ea99eb2a064ec4206e.tar.gz
supybot_github-cf7a5e356ae31502639516ea99eb2a064ec4206e.tar.bz2
supybot_github-cf7a5e356ae31502639516ea99eb2a064ec4206e.zip
Show more information if an unknown event takes place
Diffstat (limited to 'local/handler')
-rw-r--r--local/handler/GithubHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/handler/GithubHandler.py b/local/handler/GithubHandler.py
index 79a635a..c2cde45 100644
--- a/local/handler/GithubHandler.py
+++ b/local/handler/GithubHandler.py
@@ -141,7 +141,7 @@ class GithubHandler(BaseHTTPServer.BaseHTTPRequestHandler):
elif 'ref_type' in data:
CreateDeleteHandler.handle(data, theme)
else:
- msgs.append("Something happened")
+ theme.unknown(eventType)
theme.finalize()

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