Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 4084:680df3c635c6
prosody.cfg.lua.dist: Add motd plugin
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 07 Jan 2011 03:47:15 +0000 |
parent | 3925:65c666d18096 |
child | 4086:c51737e6b445 |
comparison
equal
deleted
inserted
replaced
4083:4d0599e85411 | 4084:680df3c635c6 |
---|---|
64 --"httpserver"; -- Serve static files from a directory over HTTP | 64 --"httpserver"; -- Serve static files from a directory over HTTP |
65 --"groups"; -- Shared roster support | 65 --"groups"; -- Shared roster support |
66 --"announce"; -- Send announcement to all online users | 66 --"announce"; -- Send announcement to all online users |
67 --"welcome"; -- Welcome users who register accounts | 67 --"welcome"; -- Welcome users who register accounts |
68 --"watchregistrations"; -- Alert admins of registrations | 68 --"watchregistrations"; -- Alert admins of registrations |
69 --"motd"; -- Send a message to users when they log in | |
69 }; | 70 }; |
70 | 71 |
71 -- These modules are auto-loaded, should you | 72 -- These modules are auto-loaded, should you |
72 -- (for some mad reason) want to disable | 73 -- (for some mad reason) want to disable |
73 -- them then uncomment them below | 74 -- them then uncomment them below |