From 69eda4bf1be0f6c2a8cfc7b31434e0756ad6f3d7 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 6 Oct 2018 17:16:17 +0100 Subject: Allow user/channel/server/bot settings to be "hidden" from settings lists in modules/set.py --- modules/github.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/github.py') 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): -- cgit v1.3.1-10-gc9f91