add empty otr_exit()

This commit is contained in:
Jan-Piet Mens
2015-09-20 17:10:09 +02:00
parent e4a09ca5e5
commit a7d7884ae7

View File

@@ -11,3 +11,6 @@ function otr_hook(topic, _type, data)
print("L: " .. topic .. " -> " .. _type)
file:write(timestr .. " " .. topic .. " lat=" .. data['lat'] .. data['addr'] .. "\n")
end
function otr_exit()
end