From d573d3910c3057c93e7ed4324d7f7745bb69a943 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 7 Jan 2011 03:47:15 +0000 Subject: [PATCH] prosody.cfg.lua.dist: Add motd plugin --- prosody.cfg.lua.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 3134acb6..75c473a3 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -66,6 +66,7 @@ modules_enabled = { --"announce"; -- Send announcement to all online users --"welcome"; -- Welcome users who register accounts --"watchregistrations"; -- Alert admins of registrations + --"motd"; -- Send a message to users when they log in }; -- These modules are auto-loaded, should you -- 2.30.2