# HG changeset patch # User Kim Alvefur # Date 1527531699 -7200 # Node ID 25eecbb195d9517bd8ee29dd44ffd50b3401125c # Parent 9826680001639800022b35abfa1d177a23e50cfd mod_http_muc_log: Add comment about argument to policy function diff -r 982668000163 -r 25eecbb195d9 mod_http_muc_log/mod_http_muc_log.lua --- a/mod_http_muc_log/mod_http_muc_log.lua Mon May 28 20:21:01 2018 +0200 +++ b/mod_http_muc_log/mod_http_muc_log.lua Mon May 28 20:21:39 2018 +0200 @@ -52,6 +52,7 @@ local function open_room(room) -- : boolean if type(room) == "string" then room = get_room(room); + -- assumed to be a room object otherwise end if not room then return nil;