aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-06 17:16:17 +0100
committerGravatar jesopo2018-10-06 17:16:17 +0100
commit69eda4bf1be0f6c2a8cfc7b31434e0756ad6f3d7 (patch)
treec6f1dd2b5dbc0ea9baa0fda23ed7f56c383b0064 /modules/github.py
parentSlightly 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.py3
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):