diff options
| author | 2019-01-29 08:06:59 +0000 | |
|---|---|---|
| committer | 2019-01-29 08:06:59 +0000 | |
| commit | 5d47e7e895606c43656506b77d4cbf3c365ad3d3 (patch) | |
| tree | 3296ebdb464c927feca9f89978863b1a4532398f /modules/github | |
| parent | Typo, 'acess' -> 'access' (channel_access.py) (diff) | |
| signature | ||
Add a `permission` to !ghwebhook so an admin user can use it without +o (github)
Diffstat (limited to 'modules/github')
| -rw-r--r-- | modules/github/module.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/github/module.py b/modules/github/module.py index 55abe233..6e413617 100644 --- a/modules/github/module.py +++ b/modules/github/module.py @@ -157,6 +157,7 @@ class Module(ModuleManager.BaseModule): """ :help: Add/remove/modify a github webhook :require_mode: high + :permission: githuboverride :usage: list :usage: add <hook> :usage: remove <hook> |
