diff options
| author | 2018-10-06 17:16:17 +0100 | |
|---|---|---|
| committer | 2018-10-06 17:16:17 +0100 | |
| commit | 69eda4bf1be0f6c2a8cfc7b31434e0756ad6f3d7 (patch) | |
| tree | c6f1dd2b5dbc0ea9baa0fda23ed7f56c383b0064 /modules/github.py | |
| parent | Slightly change format of commit messages in modules/github.py (diff) | |
| signature | ||
Allow user/channel/server/bot settings to be "hidden" from settings lists in
modules/set.py
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index b21b0f36..5af9bd95 100644 --- a/modules/github.py +++ b/modules/github.py @@ -3,7 +3,8 @@ from src import ModuleManager, utils @utils.export("channelset", {"setting": "github-hook", "help": ("Disable/Enable showing BitBot's github commits in the " - "current channel"), "validate": utils.bool_or_none}) + "current channel"), "validate": utils.bool_or_none, + "hidden": True}) class Module(ModuleManager.BaseModule): @utils.hook("api.post.github") def github(self, event): |
