Fixed some tabulation

This commit is contained in:
yago 2015-03-04 23:51:36 +01:00
parent 565ac4db40
commit 7224cec834
5 changed files with 53 additions and 48 deletions

View File

@ -1,3 +1,4 @@
do
function run(msg, matches)
return "Hello, " .. matches[1]
@ -13,3 +14,4 @@ return {
run = run
}
end

View File

@ -1,3 +1,4 @@
do
function run(msg, matches)
file = download_to_file(matches[1])
@ -21,3 +22,5 @@ return {
},
run = run
}
end