diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-01-07 03:47:15 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-01-07 03:47:15 +0000 |
commit | 63e8a974377169b294a43888ab0e076449c8facb (patch) | |
tree | 1fcf7c1b3d0f64121c57111c1e9f6ff6f2c2133c | |
parent | df5bec6e971a0e0f2dda68eb97e3c39e80114f68 (diff) | |
download | prosody-63e8a974377169b294a43888ab0e076449c8facb.tar.gz prosody-63e8a974377169b294a43888ab0e076449c8facb.zip |
prosody.cfg.lua.dist: Add motd plugin
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 1 insertions, 0 deletions
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 |