# HG changeset patch # User bsw # Date 1342212943 -7200 # Node ID 92fffd09deee5c77d16c8e4e55b2d5b3a6f90659 # Parent cb5bac9da0899ef79e752ec07ae5d7f4b0ebde70 Added example config for public message of the day diff -r cb5bac9da089 -r 92fffd09deee config/example.lua --- a/config/example.lua Fri Jul 13 20:53:29 2012 +0200 +++ b/config/example.lua Fri Jul 13 22:55:43 2012 +0200 @@ -119,6 +119,10 @@ -- photo = function(data) return extos.pfilter(data, "convert", "jpeg:-", "-thumbnail", "240x240", "jpeg:-") end --} +-- Display a public message of the day +-- ------------------------------------------------------------------------ +config.motd_public = "===Message of the day===\nThe MOTD is formatted with rocket wiki" + -- Automatic issue related discussion URL -- ------------------------------------------------------------------------ -- config.issue_discussion_url_func = function(issue)