# HG changeset patch # User t.ephraim # Date 1260304364 0 # Node ID dfbbf18655db6ac5d622532288d223340549e44a # Parent 6eb99327f14aed30740b5c33b6ddf1dda4c3261e Added theme configure option diff -r 6eb99327f14a -r dfbbf18655db mod_muc_log_http.wiki --- a/mod_muc_log_http.wiki Wed Dec 02 19:41:21 2009 +0000 +++ b/mod_muc_log_http.wiki Tue Dec 08 20:32:44 2009 +0000 @@ -19,6 +19,7 @@ http_port = 5290; showJoin = false; -- default is true showStatus = false; -- default is true + theme = "default"; -- default is theme "default" } }}} showJoin sets the default for showing joins or leaves. @@ -32,7 +33,6 @@ = TODO = * log/output bans correctly - * show a nice errormessage when lfs is not installed * let the admin choose to enable logging via room config * quota ~ per day ?! * testing testing \ No newline at end of file