diff options
| author | 2018-09-09 10:17:22 +0100 | |
|---|---|---|
| committer | 2018-09-09 10:17:22 +0100 | |
| commit | fd51d44c705bda4c5ec4ccf99e085941fea459d8 (patch) | |
| tree | 31aa47ffadb6ead6cbebd24575b5f5225c17b4f0 /modules/check_urls.py | |
| parent | Add 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.py | 3 |
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}) |
