This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print ("bot v1.0") | |
now = os.time() | |
home_dir = "/home/matthias/" | |
function send_msg_cb(cb_extra, success, result) | |
if success then | |
return | |
end | |
end |