Software /
code /
prosody
Log
plugins/mod_motd.lua @ 4677:05d8b4099cf5
description | author | age |
---|---|---|
mod_motd: Use presence/bare to catch a client's initial presence and send the MOTD then (fixes #282) | Matthew Wild | 2012-04-22 |
mod_motd: Send only to resource coming online, not the user's bare JID (fixes #282) | Matthew Wild | 2012-04-21 |
mod_motd: Update to use module:get_option_string | Matthew Wild | 2011-09-27 |
mod_motd: Send no message (instead of 'blank') if no message is set in the config (thanks medics) | Matthew Wild | 2011-09-27 |
mod_motd: Process value to strip any indentation from the config | Matthew Wild | 2011-01-07 |
Add jid support for motd | Jeff Mitchell | 2010-05-29 |
Add motd plugin, giving text to a user on each login. | Jeff Mitchell | 2010-05-29 |