aboutsummaryrefslogtreecommitdiffstats
path: root/core/features.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/features.lua')
-rw-r--r--core/features.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua
index 7248f881..35df5636 100644
--- a/core/features.lua
+++ b/core/features.lua
@@ -4,5 +4,7 @@ return {
available = set.new{
-- mod_bookmarks bundled
"mod_bookmarks";
+
+ "s2sout-pre-connect-event";
};
};