Unexpected protocol plugins default to disable

This commit is contained in:
Luca Deri 2020-10-15 21:44:24 +02:00
parent 6fe28145e0
commit 374b97c516
4 changed files with 12 additions and 0 deletions

View file

@ -14,6 +14,9 @@ local script = {
-- Priority
prio = -20, -- Lower priority (executed after) than default 0 priority
-- This module is disabled by default
default_enabled = false,
-- NOTE: hooks defined below
hooks = {},