diff options
| author | 2019-03-02 09:30:53 +0000 | |
|---|---|---|
| committer | 2019-03-02 09:30:53 +0000 | |
| commit | 91a7f622b8d3d25a2f78bf18135e45894d99dd8c (patch) | |
| tree | 92d660bcd3d7c5f82137cb54544d67fe9574c78c /modules/github/__init__.py | |
| parent | pinkify pull request number in !ghpull (diff) | |
| signature | ||
Don't check github-hide-prefix in !ghwebhook
Diffstat (limited to 'modules/github/__init__.py')
| -rw-r--r-- | modules/github/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 9d4018c8..6298a3a1 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -211,10 +211,6 @@ class Module(ModuleManager.BaseModule): :usage: events <hook> [category [category ...]] :usage: branches <hook> [branch [branch ...]] """ - if event["target"].get_setting("github-hide-prefix", False): - event["stdout"].hide_prefix() - event["stderr"].hide_prefix() - all_hooks = event["target"].get_setting("github-hooks", {}) hook_name = None existing_hook = None |
