big update

too much changed ._.
This commit is contained in:
2015-05-28 16:47:30 +02:00
parent 1e77e4de80
commit bd5ae0d642
21 changed files with 409 additions and 279 deletions

View File

@ -1,10 +1,3 @@
function run_bash(str)
local cmd = io.popen(str)
local result = cmd:read('*all')
cmd:close()
return result
end
function run(msg, matches)
URL = matches[1]
local receiver = get_receiver(msg)