aboutsummaryrefslogtreecommitdiff
path: root/modules/check_urls.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-09 10:17:22 +0100
committerGravatar jesopo2018-09-09 10:17:22 +0100
commitfd51d44c705bda4c5ec4ccf99e085941fea459d8 (patch)
tree31aa47ffadb6ead6cbebd24575b5f5225c17b4f0 /modules/check_urls.py
parentAdd nickserv-password and sasl to !serverset (diff)
signature
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})