mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
mod_scansion_record: Finish function for writing data
This commit is contained in:
parent
70f86c0b66
commit
197f437f88
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ local record_file = require "util.datamanager".getpath(id.medium(), module.host,
|
|||
local fh = io.open(record_file, "w");
|
||||
|
||||
local function record(string)
|
||||
|
||||
fh:write(string);
|
||||
end
|
||||
|
||||
local function record_event(session, event)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue