aboutsummaryrefslogtreecommitdiff
path: root/modules/check_urls.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-09 10:17:22 +0100
committerGravatar Dan2018-09-09 13:34:25 +0100
commit8959b6cfd24233c07f5a3195d5ae09b866f924d0 (patch)
tree1da7c7cefe2a1d7c93d1aecce1952b2c9099e6fd /modules/check_urls.py
parentAdd nickserv-password and sasl to !serverset (diff)
Utilise !serverset in more modules
Diffstat (limited to 'modules/check_urls.py')
-rw-r--r--modules/check_urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/check_urls.py b/modules/check_urls.py
index e53437b7..221f548d 100644
--- a/modules/check_urls.py
+++ b/modules/check_urls.py
@@ -15,6 +15,9 @@ class Module(object):
exports.add("channelset", {"setting": "check-urls",
"help": "Enable/Disable automatically checking for "
"malicious URLs", "validate": Utils.bool_or_none})
+ exports.add("serverset", {"setting": "check-urls",
+ "help": "Enable/Disable automatically checking for "
+ "malicious URLs", "validate": Utils.bool_or_none})
exports.add("channelset", {"setting": "check-urls-kick",
"help": "Enable/Disable automatically kicking users that "
"send malicious URLs", "validate": Utils.bool_or_none})