From 764e1e3245fc6d1deac9042fad128362be59d042 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 5 Dec 2018 12:13:29 +0000 Subject: Prevent setting values to array settings and prevent adding to non-array settings --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') diff --git a/modules/github.py b/modules/github.py index ed27e1a9..c147ae42 100644 --- a/modules/github.py +++ b/modules/github.py @@ -28,7 +28,7 @@ COMMENT_ACTIONS = { @utils.export("channelset", {"setting": "github-hook", "help": ("Disable/Enable showing BitBot's github commits in the " - "current channel")}) + "current channel"), "array": True}) @utils.export("channelset", {"setting": "github-hide-prefix", "help": "Hide/show command-like prefix on Github hook outputs", "validate": utils.bool_or_none}) -- cgit v1.3.1-10-gc9f91