aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_motd.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, ↵Kim Alvefur2012-07-261-1/+1
| | | | mod_welcome: Use module:send() instead of core_*_stanza()
* mod_motd: Use presence/bare to catch a client's initial presence and send ↵Matthew Wild2012-04-221-9/+10
| | | | the MOTD then (fixes #282)
* mod_motd: Send only to resource coming online, not the user's bare JID ↵Matthew Wild2012-04-211-3/+3
| | | | (fixes #282)
* mod_motd: Update to use module:get_option_stringMatthew Wild2011-09-271-2/+2
|
* mod_motd: Send no message (instead of 'blank') if no message is set in the ↵Matthew Wild2011-09-271-1/+3
| | | | config (thanks medics)
* mod_motd: Process value to strip any indentation from the configMatthew Wild2011-01-071-0/+2
|
* Add jid support for motdJeff Mitchell2010-05-291-1/+2
|
* Add motd plugin, giving text to a user on each login.Jeff Mitchell2010-05-291-0/+24