diff options
| author | 2018-11-06 13:01:30 +0000 | |
|---|---|---|
| committer | 2018-11-06 13:01:30 +0000 | |
| commit | 2921ed77aef7a21ba148d43eb12c8581b95b080e (patch) | |
| tree | e83c0e2678ee9b43548e9e616ff0261efacf7c47 /modules/github.py | |
| parent | Don't load modules if we don't have any servers configured (diff) | |
| signature | ||
Support arrays of user/channel/bot/server settings
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/github.py b/modules/github.py index 2ea4d412..62654b83 100644 --- a/modules/github.py +++ b/modules/github.py @@ -5,8 +5,7 @@ COMMIT_URL = "https://github.com/%s/commit/%s" @utils.export("channelset", {"setting": "github-hook", "help": ("Disable/Enable showing BitBot's github commits in the " - "current channel"), "validate": utils.bool_or_none, - "hidden": True}) + "current channel"), "hidden": True}) class Module(ModuleManager.BaseModule): @utils.hook("api.post.github") def github(self, event): |
