From 2921ed77aef7a21ba148d43eb12c8581b95b080e Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 6 Nov 2018 13:01:30 +0000 Subject: Support arrays of user/channel/bot/server settings --- modules/github.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/github.py') 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): -- cgit v1.3.1-10-gc9f91